ID | Date | Reseller Name | Amount | After Recharge Balance | Current Balance | Remarks | Recharge By |
---|---|---|---|---|---|---|---|
{{ $r->id }} | {{ date('d-M-Y h:i:sa', strtotime($r->created_at)) }} | {{ $r->reseller->name ?? '' }} | @php $total += $r->amount @endphp {{ $r->amount }} | {{ $r->after_recharge_balance }} | {{-- {{ $r->balance }} --}} {{ $r->balance[0]['amount'] ?? '' }} | {{ $r->remarks }} | {{ $r->user->name ?? '' }} |
Total: | {{ number_format($total, 2, '.', '') }} |