International News Create

@include('layouts.admin.alerts') @if (count($news)>0) @foreach ($news as $item) @endforeach
# Title Date Link Cover Image Action
{{ $no++ }} {{ $item->title }} {{ date('d-m-Y', strtotime($item->Date)) }} {{ $item->link }} Edit
@csrf {{ method_field('DELETE') }}
@else No International News Added Yet @endif