@if(Session::has('message'))
{{ Session::get('message') }}
@endif
News Feed List
S.No | News Image | News Title | New Description | Posted Date | Action |
---|---|---|---|---|---|
{{$loop->index+1}} |
@php
$check = explode(".",$row->image);
$ext = $check[1];
@endphp
@if($ext == 'mp4' || $ext == 'mov' ||$ext == 'flv' ||$ext == 'webm' )
@else
|
{{$row->title}} | {{$row->desc}} | {{Date('d-M-Y', strtotime($row->created_at))}} | Edit Delete @if ($row->publish == 0) @else @endif |