@extends('admin.layout.pdf') @section('content')
| ETAT DES DEPENSES PAR FAMILLE D'ACTES ET PAR PRESTATAIRES |
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 }}
MONTANT SUPERIEUR OU EGAL A : : {{ number_format($idDepense, 0, '', ' ') }} FCFA
@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
MONTANT SUPERIEUR OU EGAL A : : {{ number_format($idDepense, 0, '', ' ') }} FCFA
| Prestataire | Consultation | Imagerie | Biologie | Dentisterie | Optique | Hospitalisation | Pharmacie | Maternité | Autres Examens | Auxiliaires Médicaux | Assistance | Transport Médicalisé | Bilan de Santé | Totaux |
|---|
| Prestataire | Consultation | Imagerie | Biologie | Dentisterie | Optique | Hospitalisation | Pharmacie | Maternité | Autres Examens | Auxiliaires Médicaux | Assistance | Transport Médicalisé | Bilan de Santé | Totaux |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $p_facture->Prestataire }} | {{ number_format($p_facture->CONSULTATION, 0, '', ' ') }} | {{ number_format($p_facture->IMAGERIE, 0, '', ' ') }} | {{ number_format($p_facture->BIOLOGIE, 0, '', ' ') }} | {{ number_format($p_facture->DENTISTERIE, 0, '', ' ') }} | {{ number_format($p_facture->OPTIQUE, 0, '', ' ') }} | {{ number_format($p_facture->HOSPITALISATION, 0, '', ' ') }} | {{ number_format($p_facture->PHARMACIE, 0, '', ' ') }} | {{ number_format($p_facture->MATERNITE, 0, '', ' ') }} | {{ number_format($p_facture->AUTRES_EXAMENS, 0, '', ' ') }} | {{ number_format($p_facture->AUXILIAIRES_MEDICAUX, 0, '', ' ') }} | {{ number_format($p_facture->ASSISTANCE, 0, '', ' ') }} | {{ number_format($p_facture->TRANSPORT_MEDICALISE, 0, '', ' ') }} | {{ number_format($p_facture->BILAN_DE_SANTE, 0, '', ' ') }} | {{ number_format($p_facture->TOTAUX, 0, '', ' ') }} |
| TOTAL GÉNÉRAL | {{ number_format($total_CONSULTATION, 0, '', ' ') }} | {{ number_format($total_IMAGERIE, 0, '', ' ') }} | {{ number_format($total_BIOLOGIE, 0, '', ' ') }} | {{ number_format($total_DENTISTERIE, 0, '', ' ') }} | {{ number_format($total_OPTIQUE, 0, '', ' ') }} | {{ number_format($total_HOSPITALISATION, 0, '', ' ') }} | {{ number_format($total_PHARMACIE, 0, '', ' ') }} | {{ number_format($total_MATERNITE, 0, '', ' ') }} | {{ number_format($total_AUTRES_EXAMENS, 0, '', ' ') }} | {{ number_format($total_AUXILIAIRES_MEDICAUX, 0, '', ' ') }} | {{ number_format($total_ASSISTANCE, 0, '', ' ') }} | {{ number_format($total_TRANSPORT_MEDICALISE, 0, '', ' ') }} | {{ number_format($total_BILAN_DE_SANTE, 0, '', ' ') }} | {{ number_format($total_TOTAUX, 0, '', ' ') }} |