@csrf
{{ __('Payment Gateways') }}
@foreach ($gateways as $gateway)

@foreach ($gateway['config'] as $key => $option) @if ($key !== 'html')
@if ($key === 'status') @elseif ($key === 'is_production') @else @endif
@else
{!! base64_decode($option) !!}
@endif @endforeach
@endforeach