@extends('layouts.dash') @section('title') Doublons analyses @stop @section('content')
| Famille | Allocataire | Autre Famille | Nom | Date de naissance | Village | District | Statut | Informations |
|---|---|---|---|---|---|---|---|---|
| {!! $allocataire->IdPADFamille !!} | {!! $allocataire->IdPAD !!} | @if($allocataire->other_famille) {!! str_pad($allocataire->other_famille, 5, "0", STR_PAD_LEFT); !!} @else Aucune @endif | {!! $allocataire->nom_complet2 !!} | {!! $allocataire->date_naissance !!} | {!! $allocataire->VillageFullName2 !!} | {!! $allocataire->DistrictNom !!} | {!! $allocataire->statut_dossier !!} | {!! $allocataire->info !!} |