

@vite('resources/css/dashboard.css') @php $page_title="لوحة التحكم"; @endphp @include('seo.index') @livewireStyles @yield('styles') @if(auth()->check()) @php if(session('seen_notifications')==null) session(['seen_notifications'=>0]); $notifications=auth()->user()->notifications()->orderBy('created_at','DESC')->limit(50)->get(); $unreadNotifications=auth()->user()->unreadNotifications()->count(); @endphp @endif @if($settings['dashboard_dark_mode']=="1") @endif
@yield('after-body')