@extends('layout.app') @section('content')

Manager Name: {{ $reseller->name }}

Balance: {{ $reseller->balance[0]['amount'] ?? 0 }}


@if (checkSettings('bkash-reseller-recharge') == 'enable') @endif @if (checkSettings('upay-reseller-recharge') == 'enable') @endif @if (checkSettings('nagad-reseller-recharge') == 'enable') @endif @php $buttons = collect(json_decode(siteinfo()->payment_button)); $ssl_image_btn = $buttons->where('type', 'ssl_img')->first(); @endphp @if (checkSettings('ssl-reseller-recharge') == 'enable') @endif

Manager Recharge History

@if (checkSettings('reseller-recharge-paid-option') == 'enable') @endif @foreach ($rechargeList as $r) @if (checkSettings('reseller-recharge-paid-option') == 'enable') @endif @endforeach @if (checkSettings('reseller-recharge-paid-option') == 'enable') @endif
Date Recharge Amount After Recharge Balance Paid Amount Remarks Recharge By
{{ date('d-M-Y h:i:sa', strtotime($r->created_at)) }} {{ $r->amount }} {{ $r->after_recharge_balance }} {{ $r->paid_amount }} {{ $r->remarks }} {{ $r->user->name ?? '' }}
Total Recharge: {{ $rechargeList->sum('amount') }}Total Paid: {{ $rechargeList->sum('paid_amount') }}
@endsection @push('js') @if (checkSettings('ssl-commerz-show') == 'enable') @if (checkSettings('ssl-commerz-live') == 'enable') @else @endif @endif @endpush