{{ Form::open(['route' => 'biller.usergatewayentries.store', 'class' => 'form-horizontal', 'role' => 'form', 'method' => 'post', 'id' => 'create-usergatewayentry']) }}
{{ Form::label( 'enable', trans('usergatewayentries.gateway'),['class' => 'col-lg-2 control-label']) }}
{{-- Including Form blade file --}}
@include("focus.gateways.form")
{{ link_to_route('biller.usergatewayentries.index', trans('buttons.general.cancel'), [], ['class' => 'btn btn-danger btn-md']) }}
{{ Form::submit(trans('buttons.general.crud.create'), ['class' => 'btn btn-primary btn-md']) }}
{{ Form::close() }}