@extends('layouts.app') @section('content')

Edit Department

Update department details and description

@if($errors->any())
@endif
@csrf @method('PUT')
Cancel
@endsection