@extends('admin.layouts.app') @section('panel') @push('topBar') @include('admin.gateways.top_bar') @endpush
@csrf

{{ __($gateway->name) }}

@if (count($supportedCurrencies) > 0)
@endif
@if ($gateway->code < 1000 && $gateway->extra)

@lang('Configurations')

@foreach ($gateway->extra as $key => $param)
@if ($key == 'cron') @lang('Set the URL to your server\'s cron job to validate the payment. You can also set the cron job to the system\'s') @lang('Cron Job Manager') @endif
@endforeach
@endif

@lang('Global Setting for') {{ __($gateway->name) }}

@foreach ($parameters->where('global', true) as $key => $param)
@endforeach
@isset($gateway->currencies) @foreach ($gateway->currencies as $gatewayCurrency)

{{ __($gateway->name) }} - {{ __($gatewayCurrency->currency) }}

@lang('Range')
{{ __(gs('cur_text')) }}
{{ __(gs('cur_text')) }}
@lang('Charge')
{{ __(gs('cur_text')) }}
%
@lang('Currency')
1 {{ gs('cur_text') }} =
{{ __($gatewayCurrency->baseSymbol()) }}
@if ($parameters->where('global', false)->count() != 0) @php $globalParameters = json_decode( $gatewayCurrency->gateway_parameter, ); @endphp
@lang('Configuration')
@foreach ($parameters->where('global', false) as $key => $param)
@endforeach
@endif
@php $currencyIndex++ @endphp @endforeach @endisset

@lang('Name')

@lang('Range')
{{ __(gs('cur_text')) }}
{{ __(gs('cur_text')) }}
@lang('Charge')
{{ __(gs('cur_text')) }}
%
@lang('Currency')
1 {{ __(gs('cur_text')) }} =
@if ($parameters->where('global', false)->count() != 0)
@lang('Configuration')
@foreach ($parameters->where('global', false) as $key => $param)
@endforeach
@endif
@endsection @push('breadcrumb-plugins') @endpush @push('script') @endpush