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

Add Faculty

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