| {{ $event->name ?? '-' }} |
{{ $event->executor ?? '-' }} |
{{ optional($event->start_date)->format('d M Y') ?? '-' }} - {{ optional($event->end_date)->format('d M Y') ?? '-' }} |
{{ $event->location ?? '-' }} |
{{ $event->is_active ? 'aktif' : 'nonaktif' }}
|
@empty
@endforelse