@extends('layouts.dash') @section('title') Besoins @stop @section('content') @if (Session::has('message'))
Par Allocataires Par Besoin
| Id | Dossier Famille |
Nom | Date de naissance | Village | District | Projet | Délais | Périodicité | TypeAide | Observations |
|---|---|---|---|---|---|---|---|---|---|---|
|
{!! $allocataire->IdPAD !!}
@if($allocataire->controle) CTL @endif |
@if($allocataire->id_famille) {!! $allocataire->IdPADFamille !!} @else Aucun @endif | {!! $allocataire->nom_complet2 !!} | {!! $allocataire->date_naissance !!} | {!! $allocataire->VillageFullName2 !!} | {!! $allocataire->DistrictNom !!} | {!! $projet->ProjetNom !!} | {!! $projet->DelaisNom !!} | {!! $projet->PeriodiciteNom !!} | {!! $projet->TypeAideNom !!} | {!! $projet->observations !!} |