Complaint
{{-- @include('complaints.status_bar.status_bar') --}}
@method('PUT') @csrf
Complaint
@foreach ($complaintTypes as $complaintType)
id == $complaint->complaint_type_id ? 'checked' : '' }} onclick="category($(this));" disabled/>
@endforeach
Complaint Made By
anonymous == 1 ? 'checked' : '' }} disabled/>
Property Owner Information
nov_issued == 1 ? 'checked' : ''}} disabled/>
{{--
--}}
ASSOCIATED DOCUMENTS
{{-- --}} @foreach ($complaint->documents as $doc) id }}> {{-- --}} @endforeach
Name Doc Date Created ByAction
{{ $doc->docName }} {{ $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 DateACTION
{{ $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 DateACTION
{{ $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)) : '' }}