Logo
πŸ† {{ __('Classement') }} πŸ“– {{ __('RΓ¨gles du jeu') }} @auth πŸ“‹ {{ __('Historique') }} βž• {{ __('Nouvelle Partie') }} βš™οΈ {{ __('Administration') }} @endauth
@auth {{ __('Profile') }}
@csrf {{ __('Log Out') }}
@else
{{ __('Log in') }} {{ __('Register') }}
@endauth
πŸ† {{ __('Classement') }} πŸ“– {{ __('RΓ¨gles du jeu') }} @auth πŸ“‹ {{ __('Historique') }} βž• {{ __('Nouvelle Partie') }} βš™οΈ {{ __('Administration') }} @endauth
@auth
{{ Auth::user()->name }}
{{ Auth::user()->email }}
{{ __('Profile') }}
@csrf {{ __('Log Out') }}
@else
{{ __('Log in') }} {{ __('Register') }}
@endauth