@extends('admin.layouts.app') @section('title') Department Edit @endsection @section('container')

Department Information

@csrf
@error('name') {{ $message }} @enderror
@error('status') {{ $message }} @enderror
@endsection