| {{ $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, '', ' ') }} |
@endforeach
| GÉNÉRAL CONSOLIDÉ |
{{ 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, '', ' ') }} |