Show Diary


@if($complaint->image!='') not found @endif
Id: {{ $complaint->id }}
Title: {{ $complaint->title }}
Description: {{ $complaint->description }}
Priority : {{ $complaint->priority }}
Status: {{ $complaint->status }}
Date: {{ date("l | dS F, Y",strtotime($complaint->date_time)) }}
@foreach ($complaint->d_response as $key => $user) @endforeach
No Response Created at
{{ $user->id }} {{ $user->response }} {{ date("l | dS F, Y g:i A",strtotime($user->create)) }}