@yield('breadcrumbs')
Notifications
@foreach (auth()->user()->unreadNotifications as $notification)
{{ formatNotifikasi($notification)['title'] }}
{{ formatNotifikasi($notification)['message'] }}
{{ $notification->created_at->diffForHumans() }}
@if(!$loop->last)
@endif @endforeach
{{ Auth::user()->name }} {{ Auth::user()->nik ?? "" }} | {{ Auth::user()->branch->name ?? "" }}
{{ Auth::user()->roles[0]->name?? "" }}
My Profile
Dark Mode
Log out