{{-- resources/views/events/index.blade.php --}} @include('include.header_css')
| ID | Title | Date | Short Description | Image | Actions |
|---|---|---|---|---|---|
| {{ $item->id }} | {{ $item->event_title }} | {{ \Carbon\Carbon::parse($item->event_date)->format('Y-m-d') }} | {{ \Illuminate\Support\Str::limit($item->short_description, 50) }} |
@if ($item->default_image_path)
|
View Edit |
| No events found. | |||||