Complaint
@method('PUT') @csrf
@include('complaints.status_bar.status_bar')
Complaint
{{--
--}}
@foreach ($complaintTypes as $complaintType)
id == $complaint->complaint_type_id ? 'checked' : '' }} onclick="category($(this));" />
@endforeach
Complaint Made By
anonymous == 1 ? 'checked' : '' }}/>
Property Owner Information
{{--
--}}
ASSOCIATED DOCUMENTS
@foreach ($complaint->documents as $doc) id }}> @endforeach
Name Doc Description Date Created By Action
{{ $doc->docName }} {{ $doc->note ? $doc->note : '' }} {{ $doc->created_at ? date(config('site.dateFormat'), strtotime($doc->created_at)) : '' }} {{ $doc->createdBy ? $doc->createdBy->first_name : '' }} {{ $doc->createdBy ? $doc->createdBy->last_name : '' }}
NOTES LOG
@foreach ($complaint->notes as $note) id }}> @endforeach
Date User Note Time In Time Out Reinspection Date ACTION
{{ $note->date ? date(config('site.dateFormat'), strtotime($note->date)) : '' }} {{ $note->createdBy->first_name }} {{ $note->createdBy->last_name }} {{ $note->note }} {{ $note->time_in ? date(config('site.timeTwelveFormat'), strtotime($note->time_in)) : '' }} {{ $note->time_out ? date(config('site.timeTwelveFormat'), strtotime($note->time_out)) : '' }} {{ $note->reinspection_date ? date(config('site.dateFormat'), strtotime($note->reinspection_date)) : '' }}
INTERNAL NOTES
@foreach ($complaint->internalNotes as $note) id }}> @endforeach
Date User Note Time In Time Out Reinspection Date ACTION
{{ $note->date ? date(config('site.dateFormat'), strtotime($note->date)) : '' }} {{ $note->createdBy->first_name }} {{ $note->createdBy->last_name }} {{ $note->note }} {{ $note->time_in ? date(config('site.timeTwelveFormat'), strtotime($note->time_in)) : '' }} {{ $note->time_out ? date(config('site.timeTwelveFormat'), strtotime($note->time_out)) : '' }} {{ $note->reinspection_date ? date(config('site.dateFormat'), strtotime($note->reinspection_date)) : '' }}
nov_issued == 1 ? 'checked' : '' }} />