@if(str_replace('-', ' ', Request::path()) != "administration") @endif
LISTE DES LOCATIONS
@foreach($locations as $location) @endforeach
LOCATAIRE BENEFICIAIRE CHANTIER DESCRIPTION MATERIEL QUANTITE LOUEE DATE DE LOCATION DATE PREVUE POUR LA RESTITUTION ACTION
{{ DB::table("personnels")->find($location->locataire)->nom }} {{ DB::table("personnels")->find($location->locataire)->prenom }} {{ DB::table("personnels")->find($location->beneficiaire)->nom }} {{ DB::table("personnels")->find($location->beneficiaire)->prenom }} {{ 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() }}