@lang('modules.settings.adminSettings')
@foreach ($gateways as $gateway)
{!! $gatewayLogos[$gateway] ?? '' !!}
{{ ucfirst($gateway) }}
@endforeach