@extends('admin.layout.pdf') @section('content')
| {{ $item['label'] }} | {{ $item['value'] }} | @endforeach @if (count($chunk) == 1)@endif |
| Souscripteur | N° Police | Libellé Police | Mt A Rembourser | Mt Remboursé | Taux (%) |
|---|---|---|---|---|---|
| {{ $dep->Souscripteur }} | {{ $dep->NumeroPolice }} | {{ $dep->libellePolice }} | {{ number_format($dep->montantFacture, 0, '', ' ') }} XOF | {{ number_format($dep->apresDecompte, 0, '', ' ') }} XOF | {{ number_format($dep->Taux, 2, '.', ' ') }}% |
| Totaux Consolidés | {{ number_format($totalmontantFacture, 0, '', ' ') }} XOF | {{ number_format($totalapresDecompte, 0, '', ' ') }} XOF | 100 % | ||
| Aucune donnée trouvée pour les critères sélectionnés... | |||||