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

QC PIPE TESTING

@foreach($test_column as $key => $value) @endforeach @foreach($items as $key => $value) @foreach($test_column as $test_column_key => $test_column_value) @endforeach @endforeach
S.No Bundle No. Length
{{$value->name}}
Req. Value Test Value
Qc status
{{ $i++ }} {{ $value->bundle_no }} {{ $value->qty }}
{{ $test_column_value->test_value }}
@endsection