@extends('admin.layouts.master2') @section('title', 'Lodge Result Grievance') @section('content')

Lodge Result Grievance

Submit an official complaint regarding missing or incomplete examination results.

Grievance Submission Form

@if ($errors->any())
Please resolve the following errors:
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Cancel
Submission Tips
  • Ensure you specify the exact Course Code (e.g., COSC 101, MATH 201).
  • Indicate the specific Academic Session & Semester in question.
  • Include any relevant details regarding your CBT exam center or attendance record.
  • Submissions are logged into the DLC Academic Complaints Registry for official audit.
Response Window
Reviewed within 48–72 business hours
@endsection