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