@if (Session('error'))
{{ session('error') }}
@endif {{ html()->form('POST', url('allocataires_create_prep'))->open() }}| Id | Famille | Nom | Date Naissance | Conjoint | Village |
|---|---|---|---|---|---|
| {!! $allocataire->IdPAD !!} | @if($allocataire->id_famille) {!! $allocataire->IdPADFamille !!} @else Aucun @endif | {!! $allocataire->nom_complet2 !!} | {!! $allocataire->date_naissance !!} | {!! $allocataire->ConjointNomComplet !!} | {!! $allocataire->VillageNom."-".$allocataire->Ile !!} |