@extends('layouts.dash') @section('title') Projets de vie @stop @section('content') @if (Session::has('message'))
{!! Session::get('message') !!}
@endif @if ($errors) @foreach ($errors->all() as $error)
{!! $error !!}
@endforeach @endif @if (Session::has('success'))
{!! \Session::get('success') !!}
@endif

Projets de vie par allocataire

Par Allocataires Par Projet

@foreach ($allocataire_projets as $allocataire) @php @endphp @endforeach
Id Dossier
Famille
Nom Date de naissance Village District Projets
{!! $allocataire->IdPAD !!} @if($allocataire->id_famille) {!! $allocataire->IdPADFamille !!} @else Aucun @endif {!! $allocataire->nom_complet2 !!} {!! $allocataire->date_naissance !!} {!! $allocataire->VillageFullName2 !!} {!! $allocataire->DistrictNom !!} {!! $allocataire->getListeProjets(true) !!}
@endsection @section('scripts') @endsection