Ticket No - TN#{{ $complaint->ticket_no }}

Ticket Date - {{ Carbon\Carbon::parse($complaint->created_at)->format('M d, Y h:i:s A') }}

Current Status - {{ $complaint->status }}

@if($message) @endif
{{ $message }}
Complainant Information
Source/Channel: PIU:
{{ $complaint->getsourcechannel->name ?? '' }} {{ $complaint->getpiu->name ?? '' }}
Personal Details
Full Name: Father Name: CNIC:
{{ $complaint->full_name }} {{ $complaint->father_name }} {{ $complaint->cnic }}
HRU Beneficiary ID: Mobile No: Email ID:
{{ $complaint->hru_beneficiary_id }} {{ $complaint->mobile }} {{ $complaint->email }}
District: Tehsil: UC:
{{ $complaint->getdistrict->name ?? '' }} {{ $complaint->gettehsil->name ?? '' }} {{ $complaint->getuc->name ?? '' }}
Postal Address:
{{ $complaint->postal_address }}
Grievance Registration
Grievance Type: Subject:
{{ $complaint->getgrievancetype->name }} {{ $complaint->subject }}
Description:
{{ $complaint->description }}
{{-- --}} @if(count($followups) > 0)
@foreach($followups as $followup) @endforeach
Complain Followup History
Followup Date: Last Status: Current Status: Followup Remarks:
{{ Carbon\Carbon::parse($followup->created_at)->format('M d, Y h:i:s A') }} {{ $followup->status }} {{ $followup->currentstatus }} {{ $followup->remark }}
@endif {{----}}