@forelse ($events as $event) @empty @endforelse
Title Category Description Event Date Location Main Image Actions
{{ $event->title }} {{ $event->category->name }} {!! $event->description !!} {{ $event->event_date }} {{ $event->location }} @if ($event->image) @php $images = json_decode($event->image); @endphp @foreach ($images as $image) Event Image @endforeach @else No Image @endif
Edit
@csrf @method('DELETE')
No events found.