{{ $listeTypePayements = DB::table("utilitaires")->where("type", "TYPE_PAYEMENT")->where("statut", "1")->orderby("nom")->get() }}
{{ $listeEtatFinitions = DB::table("utilitaires")->where("type", "ETAT_FINITION")->where("statut", "1")->orderby("nom")->get() }}
{{ $approvisionnements->links() }}