@extends('layouts.dash') @section('title') Allocataires @stop @section('title_card') Allocataires {{ $type_aide }} @stop @section('content') @if (Session::has('message'))
| Id | Dossier Famille |
CPSWF | Nom | Naissance | Prés/Abs | Droits | Observations | Motif Refus | Banque/ModePmt | Conjoint | Conjoint Naissance | Statut Conj. | Ressources CPSWF | Conjoint Ressources |
QF | Statut | Mise à jour |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{!! $allocataire->IdPAD !!}
@if($allocataire->controle) CTL @endif |
@if($allocataire->id_famille) {!! $allocataire->IdPADFamille !!} @else Aucun @endif | {!! $allocataire->IdCPSWFPAD !!} | {!! $allocataire->nom_complet2 !!} @if ($allocataire->statut_dossier!="ACT") Inactif @endif | {!! $allocataire->date_naissance !!} | {!! $allocataire->getSituationWF() !!} | {!! $allocataire->getInfoDroit($type_aide) !!} | {!! $allocataire->getObsDroit("APA") !!} | {!! $allocataire->getMotifRefus("APA",true,false) //isset($categorie)?($categorie!="F"):true !!} | @if($allocataire->mode_versement=="NUM") NUMERAIRE @endif @if($allocataire->mode_versement=="VIR") {!! $allocataire->NomBanque !!} @endif @if(!$allocataire->mode_versement) AUCUN @endif | {!! $allocataire->ConjointNomComplet !!} | {!! $allocataire->ConjointDateNaissance !!} | {!! $allocataire->StatutConjoint !!} | {!! $allocataire->MontantRessourcesConjoint !!} |
@if($allocataire->MontantRetraiteCPSWF) +Retraite CPSWF @endif @if($allocataire->MontantAllocations) +Allocation CPSWF @endif @if($allocataire->ConjointMontantRetraiteCPSWF) +Retraite CPSWF (conjoint) @endif @if($allocataire->ConjoinMontantAllocations) +Allocation CPSWF (conjoint) @endif |
{!! $allocataire->QF !!} | {!! $allocataire->statut !!} | {!! $allocataire->UpdatedAt !!} |