@extends('admin.layouts.app') @section('panel')
@csrf
@if (count($supportedCurrencies) > 0)

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

@endif

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

@if ($gateway->code < 1000 && $gateway->extra)

@lang('Configurations')

@foreach ($gateway->extra as $key => $param)
@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) }}

@can('admin.gateway.automatic.remove') @endcan
@lang('Range')
{{ __($general->cur_text) }}
{{ __($general->cur_text) }}
@lang('Charge')
{{ __($general->cur_text) }}
%
@lang('Currency')
1 {{ __($general->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')
{{ __($general->cur_text) }}
{{ __($general->cur_text) }}
@lang('Charge')
{{ __($general->cur_text) }}
%
@lang('Currency')
1   {{ __($general->cur_text) }}  =
@if ($parameters->where('global', false)->count() != 0)
@lang('Configuration')
@foreach ($parameters->where('global', false) as $key => $param)
@endforeach
@endif
@can('admin.gateway.automatic.update') @endcan
@endsection @can('admin.gateway.automatic.index') @push('breadcrumb-plugins') @endpush @endcan @push('script') @endpush