• @if($unreadCount > 0) {{ $unreadCount }} @endif
    • Bildirimler ({{ $unreadCount }}) @if($unreadCount > 0) Tümünü Okundu İşaretle
      @csrf
      @endif
    • @forelse($notifications as $notification)
    • {{ $notification->data['title'] ?? 'Bildirim' }} {{ $notification->created_at->format('d M Y') }}
      @csrf
    • @empty
    • Yeni bildiriminiz yok
    • @endforelse
    • Tüm Bildirimleri Gör