@if(count($data)>0)
Sl No |
Test Name |
Test Type |
Test Unit |
Result Input Type |
Status |
Duplicate |
Remove |
@php $sno = 1; @endphp
@foreach ($data as $key => $test_item)
{{ $sno++ }} |
{{ $test_item[0] }} |
{{ $test_item[1] }} |
{{ $test_item[2] }} |
{{ $test_item[3] }} |
{{ $test_item[4] }} |
@if ($test_item['status'] == 1)
No |
@else
Duplicate |
@endif
|
@endforeach
@else
No Data Found |
@endif