@extends('layouts.adminapp') @section('content') {{-- Edit Batch Exam --}}

Edit Batch-Exam

@csrf @method('patch')
@error('courseperiod_id') {{ $message }} @enderror
@error('title') {{ $message }} @enderror
@error('date') {{ $message }} @enderror
Back
@endsection