waaye
@auth
    @if (auth()->user()->role == 3)
  • Mon profil
  • @else
  • Paramètres
  • @endif

  • Déconnexion
    @csrf
@else
@if (Request::is('creer-compte')) {{ __('Connexion') }} @else {{ __('Connexion') }} {{ __('Créer un compte') }} @endif
@endauth