Home
@hasSection('breadcrumb')
@yield('breadcrumb')
@endif
@if($userRole !== 'trades')
@endif
Notifications
@if(($unreadCount ?? 0) > 0)
{{ $unreadCount }} unread
@endif
@forelse($recentNotifs ?? [] as $notif)
@empty
@endforelse
@if($notif->isUnread())
@else
@endif
{{ $notif->title }}
{{ Str::limit($notif->message, 80) }}
{{ $notif->created_at->diffForHumans() }}
@if($notif->isUnread())
@endif
No notifications yet
My Profile
@if($userRole === 'office_admin')
Settings
@endif
{{ session('success') }}
@endif
@if(session('error'))
{{ session('error') }}
@endif