@extends('layouts.adminapp') @section('content') {{-- Create New Exam Catgory --}}

Create New Exam Catgory

@csrf
@error('title') {{ $message }} @enderror
Back
@endsection