News Create

@include('layouts.admin.alerts') @if (count($news)>0) @foreach ($news as $item) @endforeach
# Title Description Link Date Cover Image Action
{{ $no++ }} {{ $item->title }} @if($item->description != NULL ) {!! \Illuminate\Support\Str::limit($item->description, 100, $end='...') !!} @else No-Data-to-display @endif @if($item->link != NULL ) {!! \Illuminate\Support\Str::limit($item->link, 100, $end='...') !!} @else No-Data-to-display @endif {{ date('d-m-Y', strtotime($item->Date))}} Edit
@csrf {{ method_field('DELETE') }}
@else No National News Added Yet @endif