@extends('layouts.dash') @section('title') Allocataires @stop @section('title_card') Allocataires @stop @section('content')
| Sel. | Id | Commission en attente | CPSWF | Nom | Village | Date de naissance | Conjoint | @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 | @endifStatut Conj. | NbEnfants Soc |
Mise à jour | Date Demande | Observations |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @if(!$date_commission) @endif |
{!! $allocataire->IdPAD !!}
@if($allocataire->controle) CTL @endif |
{!! $date_commission !!} | {!! $allocataire->IdCPSWFPAD !!} | {!! $allocataire->nom_complet2 !!} | {!! $allocataire->VillageFullName2 !!} | {!! $allocataire->date_naissance !!} | {!! $allocataire->ConjointNomComplet !!} | @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{!! $allocataire->StatutConjoint !!} | {!! $allocataire->NbEnfantsAAE !!} | {!! $allocataire->UpdatedAt !!} | {!! $allocataire->getDateDemande($type_aide) !!} | {!! $allocataire->getObsDroit($type_aide) !!} |