@extends('layouts.dash') @section('title') Allocataires @stop @section('title_card') Allocataires @stop @section('content') @if (Session::has('message'))
| Id | Famille | CPSWF | Nom | Naissance | Village | Conjoint | Statut Conj. | Enfants | NbEnfants | Ressources | QF | Statut | Mise à jour |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {!! $allocataire->id !!} | {!! $allocataire->famille !!} | {!! $allocataire->id_cpswf !!} | {!! $allocataire->nom !!} | {!! $allocataire->DateNaissance !!} | {!! $allocataire->village !!} | {!! $allocataire->ConjointNomComplet !!} | {!! $allocataire->StatutConjoint !!} | {!! $allocataire->enfants !!} | {!! $allocataire->nb_enfants !!} | {!! $allocataire->MontantRessources !!} | {!! $allocataire->QF !!} | {!! $allocataire->statut !!} | {!! $allocataire->UpdatedAt !!} |