@extends('layouts.dash') @section('title') Analyses @stop @section('title_card',"") @section('subtitle_card',"") @section('content')
Nombre de bénéficiaires @if($benef_type=='A') d'Allocations @endif @if($benef_type=='S') d'Aides sociales @endif @if($benef_type=='R') de Retraite @endif
@foreach($t_header as $ref=>$libelle) @endforeach @foreach($zones as $zone) @endforeach
{!! $libelle !!}
{!! $t_table[$zone]['nom'] !!}
@if($benef_type=="S")
Nombre de bénéficiaire par nombre d'enfants avec allocations
@for($i=1;$i<=$maxenfant;$i++) @endfor @foreach($zones as $zone) @endforeach
Zone Nb Enfants
{!! $i !!}
{!! $t_famille[$zone]['nom'] !!}
@endif @endsection @section('scripts') @include("forms.scripts_datatable_btn") @endsection