@switch($gateway)
@case('cielo')
}})
@break
@case('erede')
@if (config($gateway.'.credito.master'))
@endif
@if (config($gateway.'.credito.visa'))
@endif
@if (config($gateway.'.credito.jcb'))
@endif
@if (config($gateway.'.credito.amex'))
@endif
@if (config($gateway.'.credito.diners'))
@endif
@if (config($gateway.'.credito.elo'))
@endif
@break
@case('getnet')
@if (config($gateway.'.credito.master'))
@endif
@if (config($gateway.'.credito.visa'))
@endif
@if (config($gateway.'.credito.jcb'))
@endif
@if (config($gateway.'.credito.amex'))
@endif
@if (config($gateway.'.credito.diners'))
@endif
@if (config($gateway.'.credito.elo'))
@endif
@break
@default
@endswitch
--}}
{{ csrf_field() }}