@extends('layouts.dash') @section('title') Projets de vie @stop @section('content') @if (Session::has('message'))
Par Allocataires Par Projet
| 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) !!} |