LISTE DES LOCATIONS
@foreach($locations as $location) @endforeach
CODE DE LA LOCATION AUTORITE CHANTIER DESCRIPTION MATERIEL QUANTITE LOUEE DATE DE LOCATION DATE PREVUE POUR LA RESTITUTION ACTION
{{ $location->code_location }} {{ DB::table("personnels")->find($location->autorite)->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() }}