{{ __('Payment Gateways') }}
@csrf @foreach ($gateways as $gateway)
{{ ucfirst($gateway['name']) }}
@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