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

Edit Department

View Department
@include('partials.alerts')
@csrf @method('PUT') @include('departments.partials.form', ['isEdit' => true])
@endsection