@extends($activeTemplate . 'layouts.agent') @section('content')

{{ __($pageTitle) }}

@csrf
@foreach ($latestCashIn as $cashIn)
{{ @$cashIn->user->mobile }}
@endforeach
{{ __(gs('cur_text')) }}
@lang('Limit:') {{ gs('cur_sym') }}{{ showAmount($cashInCharge->min_limit, currencyFormat: false) }} - {{ gs('cur_sym') }}{{ showAmount($cashInCharge->max_limit, currencyFormat: false) }} @lang('Available Balance'): {{ gs('cur_sym') }}{{ showAmount(auth('agent')->user()->balance, currencyFormat: false) }}
@foreach (gs('quick_amounts') ?? [] as $amount) {{ gs('cur_sym') }}{{ showAmount($amount, currencyFormat: false) }} @endforeach
@endsection @push('script') @endpush