{{ __('Dashboard') }}
@if(Auth::check()) {{ __('Profile') }} {{ __('Log Out') }}
@csrf
@else {{ __('Login') }} {{ __('Register') }} @endif
{{ __('Dashboard') }}
@if(Auth::check())
{{ Auth::user()->name }}
{{ Auth::user()->email }}
@else
Guest
@endif
@if(Auth::check()) {{ __('Profile') }} {{ __('Log Out') }}
@csrf
@else {{ __('Login') }} {{ __('Register') }} @endif