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