Wallet
Balance Available
Rs. {{$Company->wallet}}
Shopping Cost
Rs. {{$billing_data['Total_Freight']}}
COD Remitted
Rs. {{$billing_data['Total_COD_Remitted']}}
COD Adjusted against shopping cost
Rs. {{$billing_data['Total_Freight'] - $billing_data['Total_COD_Remitted']}}
Recent Transactions
@if(count($Transactions) > 0)
@foreach($Transactions as $transaction)
@endforeach
@else
{{ date('d-M-Y',strtotime($transaction->created_at))}}
+{{ $transaction->amount}}