@extends($activeTemplate . 'layouts.master') @section('content')
{{ __(gs('cur_text')) }}
  • @lang('Add money')

    {{ gs('cur_sym') }}0.00 {{ gs('cur_text') }}

  • @lang('Card issue fee')

    {{ showAmount(gs('card_issue_fee')) }}

  • @lang('Total Payment')

    {{ gs('cur_sym') }}0.00 {{ gs('cur_text') }}

@csrf
@endsection @push('modal') @include($activeTemplate . 'partials.gateway_modal') @endpush @push('script') @endpush