@extends('admin.layouts.app') @section('panel')
@csrf
@lang('Gateway Settings for') {{ __($gateway->name) }}
@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
@foreach($parameters->where('global', true) as $key => $param)
@endforeach
@isset($gateway->currencies) @foreach($gateway->currencies as $gatewayCurrency)

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

{{ __($general->cur_text) }}
{{ __($general->cur_text) }}
{{ __($general->cur_text) }}
%
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('Currency Configuration')

@lang('Name')

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