Pusat Notifikasi

Log Aktivitas & Transmisi Sistem — Real-time Feed

@if(auth()->user()->unreadNotifications->count() > 0)
@csrf
@endif
@forelse($notifications as $notification) @php $data = is_array($notification->data) ? $notification->data : json_decode($notification->data, true); @endphp
@if($notification->unread())
@endif

{{ $data['title'] ?? 'Transmisi Sistem' }}

{{ $notification->created_at->diffForHumans() }}

{{ $data['message'] ?? 'Tidak ada deskripsi detail.' }}

@if($data['link'] ?? null) @endif
@if($notification->unread())
@csrf
@endif
@empty

Feed Senyap

Tidak ada notifikasi baru dalam radar transmisi Anda.

@endforelse @if($notifications->hasPages())
{{ $notifications->links() }}
@endif

Intelligence Hub v1.0.4.5 — Leasing Pro