Manage Page Model

@if (Session::has('alert-info')) @endif @if (Session::has('alert-warning')) @endif
@if (count($models) > 0)
@foreach ($models as $model) @endforeach
No Name Slug Description Show Edit Delete
{{ $model->id }} {{ $model->name }} {{ $model->slug }} {{ Str::limit($model->desc , 40, '...') }} View Edit
id) }}" method="POST"> @csrf @method('DELETE')
@endif