@include('admin.includes.alert')
| S.No |
Content Title |
Description |
Created at |
Action |
@php $i = ($contents->perPage() * ($contents->currentPage() - 1)) + 1 @endphp
@forelse($contents as $content)
| {{ $i++ }} |
{{ $content->name }} |
{!! substr(@$content->description,0,50) !!}... Read More...
|
{{ date('M d, Y h:i A', strtotime($content->created_at)) }} |
|
{!! @$content->description !!}
@empty
Content is not available! |
@endforelse
{{ $contents->links() }}