Id:
{{ $complaint->id }}
Title:
{{ $complaint->title }}
Description:
{{ $complaint->description }}
Category:
{{ $complaint->category->name }}
Priority:
{{ $complaint->priority }}
Status:
{{ $complaint->status->name }}
Sub Admin:
{{ $complaint->subadmin->name }}
Complaint by:
{{ $complaint->user->name }}
No | Response | Evidence | Response By | Created at |
---|---|---|---|---|
{{ $user->id }} | {{ $user->response }} |
@if($ephoto)
|
{{ $user->user->name }} ({{ $user->user->role }}) | {{ date("l | dS F, Y g.i A",strtotime($user->create)) }} |