@stack('styles')
AgriField
Dashboard
Crop Plans
Notifications @php $unread = \App\Models\Notification::where('user_id', auth()->id())->where('is_read', false)->count(); @endphp @if($unread > 0)
{{ $unread }}
@endif
{{ strtoupper(substr(auth()->user()->name ?? 'U', 0, 1)) }}
{{ auth()->user()->name ?? '' }}
@csrf
Sign out
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif @yield('content')
@stack('scripts')