| Sr No. | Point | Remark | Status | Penalty | {{--Date | --}}Images |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $list->dividerChecklistItem->point ?? '-' }} | {{ $list->remark ?? '-' }} | @if ($list->status == 1) ✔ Pass @else ✘ Fail @endif | {{$list->penalty ?? '-'}} | @if ($list->dividerChecklistEntryImages->isNotEmpty()) @foreach ($list->dividerChecklistEntryImages as $img) View @endforeach @else - @endif |