{{ $reseller->name }} |
{{ $rTotalClient }} |
{{ $rTotalBill }}
|
{{ $rTotalClient - $rTotaldueClient }} |
{{ $rTotalPaid - $rTotalDiscount }} |
{{ $rTotalDiscount }} |
@if ($rTotalPaid != 0 && $rTotalBill != 0)
{{ round(($rTotalPaid * 100) / $rTotalBill, 2) }}%
@else
0%
@endif
|
{{ $rTotaldueClient ?? 0 }} |
{{ $rTotalBill - $rTotalPaid }} |
@endforeach
Total |
{{ $clientscount }} |
{{ $totalBill }} |
{{ $clientscount - $dueClients }} |
{{ round($totalPaid) - round($totalDiscount) }} |
{{ round($totalDiscount) }} |
@if ($totalBill != 0)
{{ number_format(($totalPaid * 100) / $totalBill, 2) }} %
@else
0%
@endif
|
{{ $dueClients }}
|
{{ round($dueAmounts) }}
|