@extends('layouts.dash') @section('title') Allocataires @stop @section('title_card') Allocataires @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

{{ $title }}

@if(($type_aide=="APH")||($type_aide=="AGD")) @endif
{!! html()->label('Ile','select_ile') !!} {!! html()->select('select_ile',App\Models\MyApp::ILES,isset($ile)?$ile:"")->placeholder('Toutes')->attributes(['class' => 'form-control','id' => 'select_ile']) !!}
@if($type_aide=="AAE") @endif @if($type_aide=="PAN") @endif @if($type_aide=="CSR") @endif @if($type_aide=="AGD") @endif @if($type_aide=="APH") @endif @if($type_aide=="FSO") @endif @if($type_aide!="PAN") @endif @foreach ($allocataires as $allocataire) @if($type_aide=="AAE") @endif @if($type_aide=="PAN") @endif @if($type_aide=="CSR") @endif @if($type_aide=="AGD") @endif @if($type_aide=="APH") @endif @if($type_aide=="FSO") @endif @if($type_aide!="PAN") @endif @endforeach
Id Dossier
Famille
CPSWF Nom Village Date de naissance ConjointRessources CPSWFEnfantQFConjoint
Ressources
S.Fragilite GIR
(Med)
GIR
(Dis)
QFScore de Fragilite Tx Handicap
(Med)
QFRessources QFStatut Conj. NbEnfants
Soc
StatutMise à jour Date Demande Observations
{!! $allocataire->IdPAD !!} @if($allocataire->controle) CTL @endif @if($allocataire->id_famille) {!! $allocataire->IdPADFamille !!} @else Aucun @endif {!! $allocataire->IdCPSWFPAD !!} {!! $allocataire->nom_complet2 !!} {!! $allocataire->VillageFullName2 !!} {!! $allocataire->date_naissance !!} {!! $allocataire->ConjointNomComplet !!} @if($allocataire->MontantRetraiteCPSWF) +Retraite CPSWF
@endif @if($allocataire->MontantAllocations) +Allocation CPSWF @endif
{!! $allocataire->getEnfantsPANListe() !!}{!! $allocataire->QF !!}{!! $allocataire->MontantRessourcesConjoint !!} {!! $allocataire->ScoreLast !!} {!! $allocataire->getLastEvaluationValue($type_aide,"MED","GIR") !!} {!! $allocataire->getLastEvaluationValue($type_aide,"DIS","GIR") !!} {!! $allocataire->QF !!}{!! $allocataire->ScoreLast !!} {!! $allocataire->getLastEvaluationValue($type_aide,"MED","TAUX_HANDICAP") !!} {!! $allocataire->QF !!}{!! $allocataire->FamilleMontantRessources !!} {!! $allocataire->QF !!}{!! $allocataire->StatutConjoint !!} {!! $allocataire->NbEnfantsAAE !!}{!! $allocataire->statut !!}{!! $allocataire->UpdatedAt !!} {!! $allocataire->getDateDemande($type_aide) !!} {!! $allocataire->getObsDroit($type_aide) !!}
@endsection @section('scripts') @include("forms.scripts_datatable_btn") @endsection