@extends('admin.layout.pdf') @section('content')
| ÉTAT DES DÉPENSES PAR PRESTATAIRES MÉDICAUX |
PÉRIODE COMPTABLE CONSIDÉRÉE : {{ \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 ($Entetepolice != null)
COURTIER : {{ $Entetepolice->libelle }}
@endif
| {{ $p_facture->TypeP }} | ||||
|---|---|---|---|---|
| Prestataire médicaux | Montant Facture | Après Décompte | Coût moyen | Taux |
| {{ $p_facture->TypeP }} | ||||
|---|---|---|---|---|
| Prestataire médicaux | Montant Facture | Après Décompte | Coût moyen | Taux |
| {{ $p_facture->Beneficiaire }} | {{ number_format($p_facture->montantFacture, 0, '', ' ') }} | {{ number_format($p_facture->apresDecompte, 0, '', ' ') }} | {{ number_format($p_facture->Coutmoyen, 0, '', ' ') }} | {{ number_format($p_facture->Taux, 0, '', ' ') }}% |
| TOTAL GÉNÉRAL | {{ number_format($total_montantFacture, 0, '', ' ') }} | {{ number_format($total_apresDecompte, 0, '', ' ') }} | {{ number_format($total_Coutmoyen, 0, '', ' ') }} | {{ number_format($total_Taux, 0, '', ' ') }}% |