Form:
{{$case->form_name ?? ' '}}
{{$case->created_at->format('d M Y, h:i a')}}
{{$case->getReporter()->name ?? 'External User'}}
Reported from @else Reported from @endifgetReporter()->id) && $case->getReporter()->email != 'external@qitech.com') title="{{$case->location_full_address}}"@endif> @if (isset($case->saved_loc)) {{ isset($case->saved_loc->location_id) ? $case->saved_loc->location_id : $case->saved_loc->trading_name}} @else {{ isset($case->location->location_id) ? $case->location->location_id : $case->location_name}} @endif
{{ $case->updated_at->diffForHumans() }}
Autosaved Comments
You don't have any draft comments
| --}} |
@foreach($comment->documents as $doc)-
{{$doc->document->original_file_name()}}
@if($doc->type == 'image')
@endif
@endforeach