Username | Reciept No | Amount |
---|---|---|
{{ $inv->username }} | {{ $inv->receipt_no }} | {{ number_format($inv->price) }} |
Total | {{number_format($total)}} |
Description | Type | Amount |
---|---|---|
{{ $cashout->description }} | {{ $cashout->cash_out_type }} | {{ $cashout->amount }} |
Total | {{number_format($total2)}} | |
Balance | {{number_format($total - $total2)}} |