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

{{ __($pageTitle) }}

@csrf
@foreach ($latestMakePayments as $latestMakePayment)
{{ @$latestMakePayment->merchant->mobileNumber }}
@endforeach
@lang('Available Balance'): {{ gs('cur_sym') }}{{ showAmount(auth()->user()->balance, currencyFormat: false) }}
{{ __(gs('cur_text')) }}
@foreach (gs('quick_amounts') ?? [] as $amount) {{ gs('cur_sym') }}{{ showAmount($amount, currencyFormat: false) }} @endforeach
@endsection @push('script') @endpush