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