@include('company_structure::hall.partial.header')
@include('company_structure::hall.partial.aside')
{{$hall->title}}

{!! $hall['title'] !!}
{!! Form::text('title') -> label(trans('company_structure::hall.label.title')) -> required() -> placeholder(trans('company_structure::hall.placeholder.title'))!!}