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

{{ __($pageTitle) }}

@csrf
@lang('image')
@lang('Not the operator?')
@lang('Amount has to be between') {{ __(gs('cur_text')) }}
@foreach (gs('quick_amounts') ?? [] as $amount) {{ gs('cur_sym') }}{{ showAmount($amount, currencyFormat: false) }} @endforeach
@lang('image')
  • @lang('Mobile Number:')
  • @lang('Amount:')
  • @lang('Delivery Amount:')
@endsection @push('style') @endpush @push('script') @endpush