LISTE DES LOCATIONS
@foreach($locations as $location) @endforeach
AUTORITE ACQUERANT CHANTIER DESCRIPTION MATERIEL QUANTITE LOUEE DATE DE LOCATION DATE PREVUE POUR LA RESTITUTION ACTION
{{ DB::table("personnels")->find($location->autorite)->prenom }} {{ DB::table("personnels")->find($location->autorite)->nom }} {{ DB::table("personnels")->find($location->acquerant)->prenom }} {{ DB::table("personnels")->find($location->acquerant)->nom }} {{ DB::table("chantiers")->find($location->chantier)->code_chantier }} {{ $location->description }} {{ DB::table("materiaus")->find($location->materiel)->nom }} {{ $location->quantite_louer }} {{ $location->date_location }} {{ $location->date_prevue_restitution }}
{{ $locations->links() }}