{{ $listeFonctions = DB::table("utilitaires")->where("type", "FONCTION")->where("statut", "1")->get() }}
{{ $listeGrades = DB::table("utilitaires")->where("type", "GRADE")->where("statut", "1")->get() }}
{{ $listeMutuelles = DB::table("utilitaires")->where("type", "MUTUELLE")->where("statut", "1")->get() }}
{{ $listeTypeContrats = DB::table("utilitaires")->where("type", "TYPE_CONTRAT")->where("statut", "1")->get() }}
{{ $listeTypePersonnels = DB::table("utilitaires")->where("type", "TYPE_PERSONNEL")->where("statut", "1")->get() }}
{{ $listeGenres = DB::table("utilitaires")->where("type", "GENRE")->where("statut", "1")->get() }}