{{ __('Dashboard') }}
@auth {{ __('Profile') }}
@csrf {{ __('Log Out') }}
@else Connexion @endauth
{{ __('Dashboard') }}
@auth
{{ Auth::user()->name }}
{{ Auth::user()->email }}
{{ __('Profile') }}
@csrf {{ __('Log Out') }}
@else
{{ __('Connexion') }}
@endauth