• {{ Auth::user()->firstname }} {{ Auth::user()->lastname }}
    @if (Auth::user()->pro) Tableau de bord @else Tableau de bord @endif @if (Auth::user()->manager)
    Utilisateurs @endif @if (Auth::user()->translate)
    Translate @endif @if (Auth::user()->admin)
    Redact blog Admin @endif
    Déconnexion
    @csrf