View Complaint Details View Complaint Details

Complaint Details

@php $color = ($complaintsDetail->closing_status == "Pending") ? 'red' : 'green'; @endphp {{-- --}}
Complaint No {{ $complaintsDetail->complaint_unique_id }} Complaint Type {{ $complaintsDetail->complaint_type_name }}
Complaint Sub Type {{ $complaintsDetail->complaint_sub_type_name }} Manual Complaint No {{ $complaintsDetail->manual_complaint_no ?? 'NA' }}
Caller Name {{ $complaintsDetail->caller_name }} Caller Mobile No {{ $complaintsDetail->caller_mobile_no }}
Caller Address {{ $complaintsDetail->caller_address }} Complaint Details {{ $complaintsDetail->complaint_details }}
Location {{ $complaintsDetail->location }} Departments {{ $departmentNames }}
Attached Document @if (!empty($complaintsDetail->uploaded_doc)) View Document @else NA @endif Closed Status {{ $complaintsDetail->closing_status }}
Approval Remark {{ $complaintsDetail->approval_remark ?? 'NA' }}
@if ($closureDetails > 0)

Closure Details

No Of Male Injured {{ $complaintsDetail->no_of_male_injured }} No Of Female Injured {{ $complaintsDetail->no_of_female_injured }}
No Of Child Injured {{ $complaintsDetail->no_of_child_injured }} Total Injured {{ $complaintsDetail->total_injured ?? 'NA' }}
No Of Male death {{ $complaintsDetail->no_of_male_death }} No Of Female death {{ $complaintsDetail->no_of_female_death }}
No Of Child death {{ $complaintsDetail->no_of_child_death }} Total death {{ $complaintsDetail->total_death ?? 'NA' }}
Remark {{ $complaintsDetail->remark }} Attached Document @if (!empty($complaintsDetail->upload_doc)) View Document @else NA @endif
@endif