@extends('layouts.default') @section('content') @include('select2')

QC Values Form

@foreach($QaTest as $test) @php $i++; @endphp @endforeach
S.No Test Name ZCI Standard Value
{{$i}} {{$test->name}}
@endsection