SITE: {{ $txn->location->name }} DATE: {{ showDateTime($txn->created_at) }}
@foreach ($sup_detail->checklist_items as $title => $values) {{-- --}} @endforeach
Checklist Input
{{$title}} {!! $item->result == true ? "
" : "" !!}
{!! $item->result == false ? "
" : "" !!}
@if (is_array($values)) {{implode(", ", $values)}} @else {{$values}} @endif
Remarks

{{$sup_detail->remarks}}
Submitted By: {{ $submit_by }} Acknowledged By: {{ $acknowledge_by }}
{!! getImage($sup_detail->signature) !!}
{!! getImage($emp_detail->signature) !!}