@extends('layouts.dash') @section('title') Besoins @stop @section('content') @if (Session::has('message'))
{!! Session::get('message') !!}
@endif @if ($errors) @foreach ($errors->all() as $error)
{!! $error !!}
@endforeach @endif @if (Session::has('success'))
{!! \Session::get('success') !!}
@endif

Besoins en équipement par allocataire

Par Allocataires Par Besoin Allocataire/Besoins

@foreach ($allocataires as $allocataire) @endforeach
Id Dossier
Famille
Nom Date de naissance Village District Scrore de Fragilité QF Besoin
{!! $allocataire->IdPAD !!} @if($allocataire->controle) CTL @endif @if($allocataire->id_famille) {!! $allocataire->IdPADFamille !!} @else Aucun @endif {!! $allocataire->nom_complet2 !!} {!! $allocataire->date_naissance !!} {!! $allocataire->VillageFullName2 !!} {!! $allocataire->DistrictNom !!} {!! $allocataire->score_fragilite !!} {!! $allocataire->QF !!} {!! $allocataire->getListeBesoins(true) !!}
@endsection @section('scripts') @endsection