@extends('admin.layouts.master') @section('title', 'Product Verification') @section('content')

{{ __('Product Verification') }}

{{ __('Product Verification') }}

{{-- --}}
@foreach ($products as $id => $product) @endforeach
# EAN Name Size RRP Sell Unit WholeSale Price Allow Discount Quantity Action
{{ ++$id }} {{ $product->name ?? '' }}
@endsection @section('js') @endsection