@extends('layouts.dash') @section('title') Allocataires @stop @section('title_card') Allocataires @stop @section('content') @if (Session::has('message'))
| Id | Dossier Famille |
CPSWF | Nom | Date de naissance | Prés/Abs | Conjoint | NbEnfants | Statut | Droits | Création |
|---|---|---|---|---|---|---|---|---|---|---|
|
{!! $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->ConjointNomComplet !!} | {!! $allocataire->NbEnfants !!} | {!! $allocataire->statut !!} | {!! $allocataire->getInfoDroit("PAN") !!} | {!! substr($allocataire->created_at,0,10) !!} |