π {{ __('Classement') }}
π {{ __('RΓ¨gles du jeu') }}
@auth
π {{ __('Historique') }}
β {{ __('Nouvelle Partie') }}
βοΈ {{ __('Administration') }}
@endauth
@auth
{{ Auth::user()->name }}
{{ Auth::user()->email }}
{{ __('Profile') }}
@else
{{ __('Log in') }}
{{ __('Register') }}
@endauth