@vite(['resources/css/app.css', 'resources/js/app.js'])
MG Fragrance
Home
@auth
Dashboard
Membership
@include('partials.notification-dropdown')
@csrf
Logout
@else
Login
Register
@endauth
Home
@auth
Dashboard
Membership
Notifications @php $unreadCount = auth()->user()->unreadNotifications->count(); @endphp @if($unreadCount > 0)
{{ $unreadCount }}
@endif
@csrf
Logout
@else
Login
Register
@endauth
{{ $slot }}
@stack('scripts')