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

{{ __($pageTitle) }}

@csrf
@foreach ($latestCashOuts as $cashOut)
{{ @$cashOut->receiverAgent->mobileNumber }}
@endforeach
@lang('Available Balance'): {{ gs('cur_sym') }}{{ showAmount(auth()->user()->balance, currencyFormat: false) }}
{{ __(gs('cur_text')) }}
{{ gs('cur_sym') }}{{ showAmount($cashOutCharge->min_limit, currencyFormat: false) }} - {{ gs('cur_sym') }}{{ showAmount($cashOutCharge->max_limit, currencyFormat: false) }}
@foreach (gs('quick_amounts') ?? [] as $amount) {{ gs('cur_sym') }}{{ showAmount($amount, currencyFormat: false) }} @endforeach
@lang('Processing Charge') {{ gs('cur_sym') }}@lang('0.00')
@lang('Total') {{ gs('cur_sym') }}@lang('0.00')
@endsection @push('script') @endpush