@include('emails.partials.header')

🔔  New Grievance Submitted

Please review the details below and follow up as needed.

Reference Number

{{ $grievance->reference_no }}

Complainant Details

{{-- --}} @if ($grievance->attachment) @endif
👤  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 }}
📎  Attachment View File
🕑  Submitted On {{ $grievance->created_at->format('M j, Y \a\t g:i A') }}
View Grievance →

This is an automated notification from the Yatra Card admin system.