@extends('layouts.dash') @section('title') Doublons analyses @stop @section('content')

Besoins par allocataire

@php $nb=0; $old_date_naissance="";$style=""; @endphp @foreach ($allocataires as $allocataire) @endforeach
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 !!}
@endsection @section('scripts') @include("forms.scripts_datatable_btn") @endsection