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

Add Department

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