@extends('layouts.backend') @section('content')

Add Handover Qc Error

@csrf
@php $no = 1; @endphp @foreach ($data as $item) @endforeach
No Rack SKU Product QTY QC
{{ $no++ }} {{ $item->rack }} {{ $item->sku }} {{ $item->product_name }}
Cancel
@endsection @section('js_after') @include('pages.handover_qc_error.function_create') @include('pages.globalFunction') @endsection