@extends('layouts.master') @section('title') @lang('translation.Grievance_Management') @endsection @section('css') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Dashboard @endslot @slot('title') Grievance Management @endslot @endcomponent
| S.No | Ticket ID | Date | Restaurant Name | Category | Priority | Complaint | Accepted By | Assigned To | Status | Expected Resolution | Remarks | Action |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $grievance->ticket_id }} | {{ $grievance->created_at->format('d-m-Y') }} | {{ $grievance->restaurant_name }}
@if ($grievance->branch_name)
{{ $grievance->branch_name }} @endif |
{{ $grievance->category }} | {{ $grievance->priority }} | {{ \Str::limit($grievance->complaint, 50) }} | {{ $grievance->acceptedBy ? $grievance->acceptedBy->name : '-' }} | {{ $grievance->assignedTo ? $grievance->assignedTo->name : 'Unassigned' }} | {{ $grievance->status }} | {{ $grievance->expected_resolution_date ? $grievance->expected_resolution_date->format('d-m-Y') : '-' }} | {{ \Str::limit($grievance->remarks, 30) }} | |
| No grievances found | ||||||||||||