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