| 👤 Name |
{{ $grievance->name }} |
{{--
| 🔑 Account ID |
{{ $grievance->account_id }} |
--}}
| ✉ Email |
{{ $grievance->email }} |
| 📱 Phone |
{{ $grievance->phone }} |
| 🤝 Relationship |
{{ $grievance->relationship === 'Other' ? $grievance->relationship_other : $grievance->relationship }} |
| 📄 Category |
{{ $grievance->category === 'Other' ? $grievance->category_other : $grievance->category }}
|
| 📌 Priority |
{{ $grievance->priority }}
|
| 📅 Incident Date |
{{ $grievance->incident_date->format('M j, Y') }} |
| 📝 Subject |
{{ $grievance->subject }} |
| 💬 Description |
{{ $grievance->description }} |
@if ($grievance->attachment)
| 📎 Attachment |
View File |
@endif
| 🕑 Submitted On |
{{ $grievance->created_at->format('M j, Y \a\t g:i A') }} |