{{ __("Payment Method") }}
@foreach($gateways as $k=>$gateway)

{!! $gateway->getDisplayName() !!}
{!! $gateway->getDisplayHtml() !!}
@endforeach