News Create
@include('layouts.admin.alerts')
@if (count($news)>0)
@else
No National News Added Yet
@endif
| # | 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 | ||