@extends('layouts.master') @section('css') @endsection @section('title') {{ __('home.product damage') }} @endsection @section('page-header')
| # | {{ __('home.productNo') }} | {{ __('home.product') }} | {{ __('home.quantity') }} |
|---|---|---|---|
| {{ $index + 1 }} | {{ $product->productData->Product_Code }} | {{ $product->productData->product_name }} | {{ $product->quantity }} |