{{ __('Kelola event online/offline dan jadwal.') }}
| {{ __('Judul') }} | {{ __('Tipe') }} | {{ __('Mulai') }} | {{ __('Selesai') }} | {{ __('Lokasi') }} | {{ __('Status') }} | {{ __('Action') }} |
|---|---|---|---|---|---|---|
|
{{ $item->title }}
{{ $item->slug }}
@if ($item->description)
{{ $item->description }}
@endif
|
{{ $item->event_type }} | {{ optional($item->start_at)->toDateTimeString() ?: '-' }} | {{ optional($item->end_at)->toDateTimeString() ?: '-' }} | {{ $item->location ?: '-' }} | {{ $item->is_active ? __('Aktif') : __('Nonaktif') }} | {{ __('Edit') }} |
| {{ __('Tidak ada data.') }} | ||||||