{{-- Tombol Sidebar Toggle --}} {{-- Judul Halaman --}} @yield('page-title', 'Perpus') {{-- Container Ikon Kanan --}}
{{-- DROPDOWN Notifikasi --}}
@if ($unreadNotificationsCount > 0) New alerts @endif
Notifikasi
@if ($unreadNotificationsCount > 0) {{ $unreadNotificationsCount }} Baru @endif

@forelse($notifikasi->take(5) as $item)

{{ $item['title'] }}

{{ $item['time'] }}
@if (!$item['read'])
@endif
@empty

Tidak ada notifikasi baru.

@endforelse
@if (count($notifikasi) > 0)
Lihat Semua
@endif
{{-- Dropdown Profile --}}
Avatar
  • {{ Auth::user()->name }}
    {{ Auth::user()->email }}

  • {{ __('Profile') }}
  • @csrf