@extends('layouts.dash') @section('title') Allocataires @stop @section('title_card') Allocataires CSR @stop @section('content') @if (Session::has('message'))
| Id | Dossier Famille |
CPSWF | Nom | Naissance | Prés/Abs | Droits | Banque/ModePmt | Conjoint | Conjoint Naissance | 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->getDroitsOuvertureBadge($type_aide,"",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->MontantRessourcesConjoint !!} | {!! $allocataire->QF !!} | {!! $allocataire->statut !!} | {!! $allocataire->UpdatedAt !!} |