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