{{--
{!! getCompanyLogo(true) !!}

Worksite Checklist

--}}
SITE: DATE: CHECK BY:
{{ $txn->location->name }} {{ showDateTime($txn->created_at) }} {{ $txn->handoverUser->full_name }}
@foreach ($details->checklist_items as $item) @if (isset($item->header)) @endif @endforeach
Checklist Yes No Observations
{{ $item->header }}
{!! $item->title !!} {!! $item->result == true ? "
" : "
 
" !!}
{!! $item->result == false ? "
" : "
 
" !!}
@if (isset($item->comment)) {{ $item->comment }} @endif
Any feedback from Security?

{{ $details->feedback }}
Other Remarks

{{ $details->remarks }}