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

Edit Department

@csrf @method('PUT')
@error('name')
{{ $message }}
@enderror
@error('faculty_id')
{{ $message }}
@enderror
Cancel
@endsection