Show Complaint


@if($cphoto) @endif
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 }} @if($ephoto) @endif {{ $user->user->name }} ({{ $user->user->role }}) {{ date("l | dS F, Y g.i A",strtotime($user->create)) }}