@extends('layouts.adminapp') @section('content') {{-- Edit Department --}}

Edit Department

@csrf @method('patch')
@error('name') {{ $message }} @enderror
Back
@endsection