@vite(['resources/css/app.css','resources/scss/nova.scss','resources/js/nova.js']) @stack('head')
@guest @endguest @auth @php $userId = auth()->id(); $novaCounts = $novaCounts ?? []; $favCount = $novaCounts['favourites'] ?? null; $msgCount = $novaCounts['messages'] ?? null; $noticeCount = $novaCounts['notifications'] ?? null; @endphp @if($favCount) {{ $favCount }} @endif @if($msgCount) {{ $msgCount }} @endif @if($noticeCount) {{ $noticeCount }} @endif @endauth
@yield('content')