{{ __('Dashboard') }} {{ __('About Us') }} {{ __('Contact') }}
@auth
🔔 @if(auth()->user()->unreadNotifications->count()) {{ auth()->user()->unreadNotifications->count() }} @endif
Upgrade Plan {{ __('Profile') }}
@csrf {{ __('Log Out') }}
@else
{{ __('Login') }} @if (Route::has('register')) {{ __('Register') }} @endif
@endauth
{{ __('Dashboard') }} {{ __('About Us') }} {{ __('Contact') }}
@auth
{{ Auth::user()->name }}
{{ Auth::user()->email }}
{{ __('Profile') }} {{ __('Upgrade Plan') }}
@csrf {{ __('Log Out') }}
@else
{{ __('Login') }} @if (Route::has('register')) {{ __('Register') }} @endif
@endauth