@if( count($news) > 0 ) @foreach($news as $item) @endforeach @else @endif
# Image Title Created Date Status Actions
Preview {{ucfirst($item->title)}} {{date('d F, Y', strtotime($item->created_at))}}
{{date('h:i A',strtotime($item->created_at))}}
@if ($item->status == 0) Inactive Active @else Inactive Active @endif
No record!
{!! $news->render() !!}