@extends('layouts.app') @section('title', 'Edit Department') @section('breadcrumbs') @endsection @section('content')

Edit Department

@csrf @method('PUT') @include('hr::departments._form', ['department' => $department])
Cancel
@endsection