@extends('admin.layout.pdf') @section('content')
| {{ $item['label'] }} | {{ $item['value'] }} | @endforeach @if (count($chunk) == 1)@endif |
| Garant | N° Police | Libellé Police | Collège | Mt A Rembourser | Mt Remboursé | Taux (%) |
|---|---|---|---|---|---|---|
| {{ $dep->Garant }} | {{ $dep->numeroPolice }} | {{ $dep->libellePolice }} | {{ $dep->libelleCollege }} | {{ 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... | ||||||