@extends('admin.layouts.app') @section('panel')
@csrf

{{ $gateway->name }}

{{ $gateway->description }}

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

Configurations

@foreach($gateway->extra as $key => $param)
@endforeach
@endif

Global Setting for {{ $gateway->name }}

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

{{ $gateway_currency->currencyIdentifier() }}

Range
{{ $general->cur_sym }}
{{ $general->cur_sym }}
Charge
{{ $general->cur_sym }}
%
Currency
1 {{ $general->cur_text }} =
{{ $gateway_currency->baseSymbol() }}
@if($parameter_list->where('global', false)->count() != 0 ) @php $parameteres = json_decode($gateway_currency->parameter); @endphp
Configuration
@foreach($parameter_list->where('global', false) as $key => $param) @php //dd($param); @endphp
@endforeach
@endif
@php $currency_idx++ @endphp @endforeach @endisset

Name

Range
{{ $general->cur_text }}
{{ $general->cur_text }}
Charge
{{ $general->cur_text }}
%
Currency
1   {{ $general->cur_text }}   =
@if($parameter_list->where('global', false)->count() != 0 )
Configuration
@foreach($parameter_list->where('global', false) as $key => $param)
@endforeach
@endif
{{-- DELETE GATEWAY MODAL --}} @endsection @push('breadcrumb-plugins') Back @endpush @push('script') @endpush