@auth @php if ((auth()->user()->hasRole('ministre'))) { $demandes = App\Models\Demande::where('id_statut_demande', 1)->get(); } @endphp @endauth