@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)
@if($parameter_list->where('global', false)->count() != 0 )
@php
$parameteres = json_decode($gateway_currency->parameter);
@endphp
@foreach($parameter_list->where('global', false) as $key => $param)
@php
//dd($param);
@endphp
@endforeach
@endif
@php $currency_idx++ @endphp
@endforeach
@endisset
@if($parameter_list->where('global', false)->count() != 0 )
@foreach($parameter_list->where('global', false) as $key => $param)
@endforeach
@endif