@extends('admin.layout') @section('content')
| # | Image | Title | Date | Time | Location | Status | Actions |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} |
@if($event->image)
|
{{ $event->title }} | {{ \Carbon\Carbon::parse($event->event_date)->format('d M Y') }} | {{ \Carbon\Carbon::parse($event->event_time)->format('h:i A') }} | {{ $event->location }} | Edit | |
| No events found | |||||||