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