@extends('layouts.examiner') @section('title', 'New Session') @section('content')

New Academic Session

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