@extends('layouts.studentportalnav') @section('title','Feedback & Complaint') @section('content')

Feedback & Complaint

Share your suggestions, feedback, or complaints with the Automobile Engineering Academy management team.

@csrf @if(session('success')) @endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Previous Requests

Type Subject Date Status
Feedback Workshop Equipment 10 July 2026 Resolved
Complaint Class Schedule Issue 05 July 2026 Pending
@endsection