@extends($activeTemplate . 'layouts.master') @section('content') @lang('History') @csrf @foreach ($gatewayCurrency as $data) {{ __($data->name) }} first) == $data->method_code) data-min-amount="{{ showAmount($data->min_amount) }}" data-max-amount="{{ showAmount($data->max_amount) }}"> @endforeach @if ($gatewayCurrency->count() > 4) @lang('Show All Payment Options') @endif @lang('Amount') {{ gs('cur_sym') }} @lang('Limit') @lang('0.00') @lang('Processing Charge') @lang('0.00') {{ __(gs('cur_text')) }} @lang('Total') @lang('0.00') {{ __(gs('cur_text')) }} @lang('Conversion') @lang('In') @lang('Conversion with') @lang('and final value will Show on next step') @lang('Confirm Deposit') @lang('Ensuring your funds grow safely through our secure deposit process with world-class payment options.') @endsection @push('script') @endpush
@lang('Show All Payment Options')
@lang('Amount')
@lang('Limit')
@lang('0.00')
@lang('Processing Charge')
@lang('0.00') {{ __(gs('cur_text')) }}
@lang('Total')
@lang('Conversion')
@lang('In')
@lang('Ensuring your funds grow safely through our secure deposit process with world-class payment options.')