@php $reportTypeLabel = $type == 'homes' ? 'home' : ($type == 'employees' ? 'employee' : ($type == 'residents' ? 'resident' : ($type == 'vehicles' ? 'vehicle' : ''))); $reportTitle = $data['name'] ?? $data['title'] ?? 'Completed Report'; $canManageTaskSensitivity = strpos($header, 'who-can-access') !== false; @endphp

Report

{{ $reportTitle }} for {{ $assignToName }} {{ $reportTypeLabel }}

Review the full details of this completed report.
View PDF @if($type=='resident') Download PDF @endif

Form Submission

Details about this form submission for {{ $assignToName }}.

{!! $header !!}
@if($canManageTaskSensitivity)

Task Sensitivity

Selecting users from this list will make this task only visible to them
@endif

Timeline History

Click an entry to view that version of the form.