Other Events Create

@include('layouts.admin.alerts') @if (count($events)>0) @foreach ($events as $item) @endforeach
# Title Cover Image Location Date Intro Content Action
{{ $no++ }} {{ $item->title }} {{ $item->location }} {{ date('d-m-Y', strtotime($item->date)) }} {!! \Illuminate\Support\Str::limit($item->intro, 50, $end='...') !!} {!! \Illuminate\Support\Str::limit($item->content, 50, $end='...') !!} Edit
@csrf {{ method_field('DELETE') }}
@else No Events Added Yet @endif