Welcome back, {{ Auth::user()->name }}! 👋
Ready to create your next professional resume?
{{--

Notifications

Dear customer...
This is the Alert you plan will be expired soon.
10 min ago
Dear customer...
This is the Alert you plan will be expired soon.
10 min ago
Dear customer...
This is the Alert you plan will be expired soon.
10 min ago
--}}
@if (($unreadCount ?? 0) > 0) {{ $unreadCount }} @endif

Notifications

{{-- @auth @if (auth()->guard('web')->check())
@csrf
@endif @endauth --}}
@forelse($navbarNotifications as $n) @php $isUnread = optional($n->pivot)->is_read === 0; @endphp
{{ \Illuminate\Support\Str::limit($n->title, 40) }}
{{ \Illuminate\Support\Str::limit($n->message ?? 'No details available', 80) }}
{{ $n->created_at->diffForHumans() }}
@empty
No notifications
@endforelse
{{-- --}}