ID | Date | Reseller Name | Amount | After Recharge Balance | @if (checkSettings('reseller-recharge-paid-option') == 'enable')Paid Amount | @endifCurrent 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 }} | @if (checkSettings('reseller-recharge-paid-option') == 'enable'){{ $r->paid_amount }} | @endif{{-- {{ $r->balance }} --}} {{ $r->balance[0]['amount'] ?? '' }} | {{ $r->remarks }} | {{ $r->user->name ?? '' }} |
Total: | {{ number_format($total, 2, '.', '') }} |