Report Type --- Office Payment

{{ $date_from }} ~ {{ $date_to }}

@foreach($invoices as $inv) @endforeach
Username Reciept No Amount
{{ $inv->username }} {{ $inv->receipt_no }} {{ number_format($inv->price) }}
 
Total {{number_format($total)}}
Less CashOut
@foreach($cashouts as $cashout) @endforeach
Description Type Amount
{{ $cashout->description }} {{ $cashout->cash_out_type }} {{ $cashout->amount }}
 
Total {{number_format($total2)}}
 
Balance {{number_format($total - $total2)}}