{{ __('Payment Gateways') }}
@csrf @foreach ($gateways as $gateway)
{{ ucfirst($gateway->name) }}
@foreach ($gateway->config as $key => $option) @if($key != 'html')
@else
{!! base64_decode($option) !!}
@endif @endforeach
@endforeach