Pending Transactions

@foreach ($charges as $co) @endforeach
Service Charge Quantity Rate Amount
{{ $co->type_name }} {{ number_format($co->quantity,2) }} ${{ number_format($co->amount,2) }} ${{ number_format($co->amount*$co->quantity,2) }}