@extends('layouts.dash') @section('title') Allocataires @stop @section('title_card') @stop @section('content')
| Sel. | Id | Dossier Famille |
CPSWF | Nom | Village | Date de naissance | Age | Conjoint | @if($type_aide=="AAE")Enfants bénéficiaires | NbEnfants Tot/AideEnf. |
@endif
@if($type_aide=="FSO")
Nb Personnes | Ressources | QF | @endifAides |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@if($allocataire->controle) CTL @endif |
{!! $allocataire->IdPAD !!} | @if($allocataire->id_famille) {!! $allocataire->IdPADFamille !!} @else Aucun @endif | {!! $allocataire->IdCPSWFPAD !!} | {!! $allocataire->nom_complet2 !!} @if ($allocataire->statut_dossier!="ACT") Inactif @endif | {!! $allocataire->VillageNom !!} | {!! $allocataire->date_naissance !!} | {!! $allocataire->age !!} | {!! $allocataire->FamilleConjointNomComplet !!} | @if($type_aide=="AAE"){!! $allocataire->getEnfantsListe() !!} | {!! $allocataire->NbEnfants."/".$allocataire->NbEnfantsAAE !!} | @endif @if($type_aide=="FSO"){!! $allocataire->FamilleNbPersonnes !!} | {!! $allocataire->FamilleMontantRessources !!} | {!! $allocataire->QF !!} | @endif{!! $allocataire->getDroitsListe() !!} |