All Balance Request
Total Balance Request: {{$balances->count();}}
|
SL | Date | Customer ID | Customer Name | Contact | TrxId | Pay Type | Amount (AUD) | Status | |
---|---|---|---|---|---|---|---|---|---|
{{$loop->iteration}} | {{$balance->cdate}} | {{$balance->customer_id}} | {{$customerName}} | {{$customerContact}} | {{$balance->trx_id}} | {{number_format($balance->amount)}} | @if($balance->status == "Pending") Pending @else Complete @endif |