{{ ucfirst($gateway) }}
{!! Form::open([ 'route' => ['admin.billing.gateways.config_store', 'gateway' => $gateway], 'method' => 'POST', 'class' => 'form form-horizontal', 'id' => $gateway ]) !!}
{!! Form::checkbox('active', 1, $active) !!} {!! Form::label('active', trans('validation.attributes.active')) !!}
@yield('form-fields')
{!! Form::close() !!}