{{ __('Product Verification') }}
{{-- --}}| # | EAN | Name | Size | RRP | Sell Unit | WholeSale Price | Allow Discount | Quantity | Action |
|---|---|---|---|---|---|---|---|---|---|
| {{ ++$id }} | {{ $product->name ?? '' }} |
|
@extends('admin.layouts.master') @section('title', 'Product Verification') @section('content')
| # | EAN | Name | Size | RRP | Sell Unit | WholeSale Price | Allow Discount | Quantity | Action |
|---|---|---|---|---|---|---|---|---|---|
| {{ ++$id }} | {{ $product->name ?? '' }} |
|