| Sr.No | Complaint ID | Complaint Type | Complaint Sub Type | Caller Name | Caller Mobile No | Status | Action |
|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $list->complaint_unique_id }} | {{ $list->complaint_type_name }} | {{ $list->complaint_sub_type_name }} | {{ $list->caller_name }} | {{ $list->caller_mobile_no }} | @if ($list->closing_status == "Pending") {{ $list->closing_status }} @else {{ $list->closing_status }} @endif | @can(['complaints.edit']) @endcan @can(['complaints.delete']) @endcan @can(['complaints.closecall']) Close Call @endcan |