@yield('page-title', 'Dashboard')

@yield('page-subtitle', 'Welcome back')

@php $unreadCount = auth()->user()->notifications()->whereNull('read_at')->count(); @endphp @if($unreadCount > 0) {{ $unreadCount }} @endif