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

Add Candidate

@csrf
@error('reg_no')
{{ $message }}
@enderror
@error('department_id')
{{ $message }}
@enderror
Cancel
@endsection