Complaints Report

{{ $socName }} | Generated: {{ date('h:i A IST, F d, Y') }} ({{ date('h:i A IST') }})

@if ($complaints->isEmpty())

No complaints found.

@else @foreach ($complaints as $complaint) @endforeach
ID Title Description Category User Status Complaint Type
{{ $complaint->Cmp_Id }} {{ $complaint->Title ?? 'N/A' }} {{ $complaint->Description ?? 'N/A' }} {{ $complaint->category ? $complaint->category->CC_Desc ?? 'N/A' : 'N/A' }} {{ $complaint->user ? $complaint->user->name ?? 'N/A' : 'N/A' }} {{ $complaint->Status ?? 'N/A' }} {{ $complaint->CompType ?? 'N/A' }}
@endif