@extends('layouts.studentportalnav') @section('title', 'Feedback & Complaint') @section('content')
Share your suggestions, feedback, or complaints with the Automobile Engineering Academy management team.
| Type | Subject | Date | Status |
|---|---|---|---|
| {{ $item->feedback_type }} | {{ $item->subject }} | {{ \Carbon\Carbon::parse($item->created_at)->format('d M Y') }} | @if(strtolower($item->status) == 'resolved') Resolved @else {{ $item->status ?? 'Pending' }} @endif |
| No feedback or complaints submitted yet. | |||