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 }}
@if($complaint->file)Attached File:
@endif