Show Diary


not found
Id: {{ $complaint->id }}
Title: {{ $complaint->title }}
Description: {{ $complaint->description }}
Priority : {{ $complaint->priority }}
Status: {{ $complaint->status }}
Date: {{ $complaint->date_time }}
@foreach ($complaint->d_response as $key => $user) @endforeach
No Response Created at
{{ $user->id }} {{ $user->response }} {{ $user->create }}