Kirim pengumuman & kelola notifikasi ({{ number_format($rows->total()) }} item).
| Status | Pesan | Jenis | Oleh | Penerima | Tanggal | Aksi |
|---|---|---|---|---|---|---|
| @if ($n->is_read) Dibaca @else Baru @endif | {!! \App\Support\TextHelper::linkify($n->message) !!} | {{ ucfirst($n->type) }} | {{ $n->creator?->name ?? '-' }} | @if ($n->user_id === null) Semua @else {{ $n->user?->name ?? '#' . $n->user_id }} @endif | {{ $n->created_at?->format('d/m/Y H:i') }} |
@if (! $n->is_read)
@endif
|
| Belum ada notifikasi. | ||||||