@include('layouts.partials.breadcrumb', ['title' => $title])
@endsection
{{ html()->modelForm($department, 'PUT')->route('department.update', $department->department_id)->class(['needs-validation'])->attributes(['novalidate'])->open() }}
@include('admin::partials.departments.action')
{{ html()->form()->close() }}