| Application Number | {{ $complaint->application_number }} |
|---|---|
| Customer | {{ $complaint->customer->full_name }} |
| Status | {{ ucfirst($complaint->status) }} |
| Office | {{ $complaint->office->name }} |
| Service | {{ $complaint->service->name }} |
| Description | {{ $complaint->description }} |
| File | @if($complaint->file) View File @else No file uploaded @endif |
No file uploaded
@endif