Content Manage

@can('User create') Add Content @endcan Back
@can('User access') @foreach($ContentManage as $content) @endforeach @endcan
ID Title Description Status PREVIEW Actions
{{ $content->id }} {{ $content->title }} {!! implode(' ', array_slice(explode(' ', strip_tags($content->description)), 0, 3)) !!} Go to Page @can('User edit') @endcan @can('User delete')
@csrf @method('delete')
@endcan