News Create
@include('layouts.admin.alerts')
@if (count($news)>0)
@else
No News Added Yet
@endif
| # | Title | Description | Date | Cover Image | Action | |
|---|---|---|---|---|---|---|
| {{ $no++ }} | {{ $item->title }} | {!! \Illuminate\Support\Str::limit($item->description, 100, $end='...') !!} | {{ date('d-m-Y', strtotime($item->Date))}} | Edit | ||