Show Complaint


not found
Id: {{ $complaint->id }}
Title: {{ $complaint->title }}
Description: {{ $complaint->description }}
Category: {{ $complaint->category->name }}
Police station: {{ $complaint->police_station }}
Teshil: {{ $complaint->tehsil }}
District: {{ $complaint->district }}
Union Council: {{ $complaint->union_council }}
Priority: {{ $complaint->priority }}
Status: {{ $complaint->status->name }}
Sub Admin: {{ $complaint->subadmin->name }}
Complaint by: {{ $complaint->user->name }}
@foreach ($complaint->response as $key => $user) @endforeach
No Response Evidence Response By Created at
{{ $user->id }} {{ $user->response }} not found {{ $user->user->name }} ({{ $user->user->role }}) {{ $user->create }}