{{--
| Service | Montant |
|---|---|
| {{$service[$i]}} | {{number_format($montant[$i], 0, ',', ' ')}} |
| Total | @php $total = 0 @endphp @for($i = 0; $i < $ndata; $i++) @php $total = $total + $montant[$i] @endphp @endfor{{number_format($total, 0, ',', ' ')}} |