@extends('layouts.admin.app') @section('title') All Products @stop @section('main')
SKU | Name | Retail Price | Zone 1 Price | Zone 2 Price | Unit/Measure | Category | Warehouse # | {{--use inventory | --}}Photo |
---|---|---|---|---|---|---|---|---|---|
{{$product->sku}} | {{$product->name}} | {{$product->price_retail}} | {{$product->price_zone1}} | {{$product->price_zone2}} | {{$product->unit['name'].' / '.$product->measure['name']}} | {{$product->category['name']}} | {{$product->warehouse}} | {{--{{$product->use_inventory_id}} | --}}