@if(Auth::check()) Halo {{ Auth::user()->name }}, Selamat datang di Calcera! @else Halo, Selamat datang di Calcera! @endif

@yield('header-subtitle', 'Lanjutkan pembelajaran Matematika dan PKN hari ini.')

@auth {{-- List notif --}}
@forelse(auth()->user()->unreadNotifications as $notif)

{{ $notif->data['title'] }}

{{ $notif->data['message'] }}

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

@empty

Semua notifikasi sudah dibaca

@endforelse
{{-- Footer --}} @if(auth()->user()->unreadNotifications->count() > 0)
@endif @endauth