@include('admin.layouts.master')

Event

Create Event
Event
{{--

Add lightweight datatables to your project with using the Simple DataTables library. Just add .datatable class name to any table you wish to conver to a datatable

--}} @foreach ($events as $event) @endforeach
S.No Title Description Thumbnail Status Created At Actions
{{ $loop->iteration }} {{ $event->title }} {!! $event->description !!} {{ asset($event->audio) }} {{ $event->status == 1 ? 'Active' : 'Suspended' }} {{ \Carbon\Carbon::parse($event->created_at)->format('d-m-Y h:i A') }}
Edit @csrf @method('DELETE')