@include('seo.index') {!!$settings['header_code']!!} @livewireStyles @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 @vite('resources/css/app.css') {{-- --}} @yield('styles')
@yield('after-body')