@extends('admin.layout.pdf') @section('content')
| ETAT DES DEPENSES PAR FAMILLE D'ASSURES |
PERIODE COMPTABLE CONSIDEREE: {{ \Carbon\Carbon::parse($dateDebut)->format('d/m/Y') }} AU {{ \Carbon\Carbon::parse($dateFin)->format('d/m/Y') }}
@if (!empty($infos)) @foreach ($infos as $info)
GARANT : {{ $info->garant }}
POLICE : {{ $info->libellePolice }}
SOUSCRIPTEUR : {{ $info->souscripteur }}
COURTIER : {{ $info->courtier }}
@if ($Entetegarant != null)
GARANT : {{ $Entetegarant->libelle }}
@endif
@if ($Entetepolice != null)
POLICE : {{ $Entetepolice->libellePolice }}
@endif
@if ($Entetesouscripteur != null)
SOUSCRIPTEUR : {{ $Entetesouscripteur->nom }} {{ $Entetesouscripteur->prenoms }}
@endif
@if ($Entetecourtier != null)
COURTIER : {{ $Entetecourtier->libelle }}
@endif
| Matricule | Famille | Pop. active | Pop traitée | Montant Réclamé | Montant Remboursé | Montant Non Remb. | Coût moyen | {{--Taux | --}}
|---|---|---|---|---|---|---|---|---|
| {{ $dep->numeroAdherent }} | {{ $dep->adherent }} | {{ $dep->popActive }} | {{ $dep->popTraite }} | {{ number_format($dep->montantReclame, 0, '', ' ') }} | {{ number_format($dep->montantRembourse, 0, '', ' ') }} | {{ number_format($dep->NonRembourse, 0, '', ' ') }} | {{ number_format($dep->Coutmoyen, 0, '', ' ') }} | {{--{{ $dep->Taux }} | --}}
| TOTAL GENERAL : | {{ $total_popActive }} | {{ $total_popTraite }} | {{ number_format($total_montantReclame, 0, '', ' ') }} | {{ number_format($total_montantRembourse, 0, '', ' ') }} | {{ number_format($total_montantNonRembourse, 0, '', ' ') }} | {{ number_format($total_coutMoyen, 0, '', ' ') }} | {{--{{ $total_taux }} | --}}|
| Aucune consommation pour cette police... | ||||||||