{!!Form::vertical_open()
->id('joolano-service_type-create')
->method('POST')
->files('true')
->action(guard_url('joolano/service_type'))!!}
{{ trans('app.new') }} [{!! trans('joolano::service_type.name') !!}]
@include('joolano::admin.service_type.partial.entry', ['mode' => 'create'])
{!! Form::close() !!}