@extends('layouts.dash') @section('title') Allocataires @stop @section('title_card') Allocataires @stop @section('content') @if (Session::has('message'))
| Id | Dossier Famille |
CPSWF | Nom | Village | Date de naissance | Conjoint | @if($type_aide=="AAE")Ressources CPSWF | @endif @if($type_aide=="PAN")Enfant | @endif @if($type_aide=="CSR")QF | @endif @if($type_aide=="AGD")Conjoint Ressources |
S.Fragilite | GIR (Med) |
GIR (Dis) |
QF | @endif @if($type_aide=="APH")Score de Fragilite | Tx Handicap (Med) |
QF | @endif @if($type_aide=="FSO")Ressources | QF | @endifStatut Conj. | NbEnfants Soc |
@if($type_aide!="PAN")
Statut | @endifMise à jour | Date Demande | Observations |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{!! $allocataire->IdPAD !!}
@if($allocataire->controle) CTL @endif |
@if($allocataire->id_famille) {!! $allocataire->IdPADFamille !!} @else Aucun @endif | {!! $allocataire->IdCPSWFPAD !!} | {!! $allocataire->nom_complet2 !!} | {!! $allocataire->VillageFullName2 !!} | {!! $allocataire->date_naissance !!} | {!! $allocataire->ConjointNomComplet !!} | @if($type_aide=="AAE")
@if($allocataire->MontantRetraiteCPSWF) +Retraite CPSWF @endif @if($allocataire->MontantAllocations) +Allocation CPSWF @endif |
@endif
@if($type_aide=="PAN")
{!! $allocataire->getEnfantsPANListe() !!} | @endif @if($type_aide=="CSR"){!! $allocataire->QF !!} | @endif @if($type_aide=="AGD"){!! $allocataire->MontantRessourcesConjoint !!} | {!! $allocataire->ScoreLast !!} | {!! $allocataire->getLastEvaluationValue($type_aide,"MED","GIR") !!} | {!! $allocataire->getLastEvaluationValue($type_aide,"DIS","GIR") !!} | {!! $allocataire->QF !!} | @endif @if($type_aide=="APH"){!! $allocataire->ScoreLast !!} | {!! $allocataire->getLastEvaluationValue($type_aide,"MED","TAUX_HANDICAP") !!} | {!! $allocataire->QF !!} | @endif @if($type_aide=="FSO"){!! $allocataire->FamilleMontantRessources !!} | {!! $allocataire->QF !!} | @endif{!! $allocataire->StatutConjoint !!} | {!! $allocataire->NbEnfantsAAE !!} | @if($type_aide!="PAN"){!! $allocataire->statut !!} | @endif{!! $allocataire->UpdatedAt !!} | {!! $allocataire->getDateDemande($type_aide) !!} | {!! $allocataire->getObsDroit($type_aide) !!} |