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

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