International Events Create
@include('layouts.admin.alerts')
@if (count($events)>0)
@else
No Events Added Yet
@endif
| # | Title | Cover Image | Location | Date | Intro | {{--Content | --}}Link | Action | |
|---|---|---|---|---|---|---|---|---|---|
| {{ ++$key }} | {{ $item->title }} | {{ $item->location }} | {{ date('d-m-Y', strtotime($item->date)) }} | {{ \Illuminate\Support\Str::limit($item->intro, 30, $end='...') }} | {{--{!! \Illuminate\Support\Str::limit($item->content, 150, $end='...') !!} | --}}{{ $item->link }} | Edit | ||