@extends('layouts.admin.app') @section('title') All Products @stop @section('main')
{{----}} @foreach($products as $product) {{-- --}} @endforeach
SKU Name Retail Price Zone 1 Price Zone 2 Price Unit/Measure Category Warehouse #use inventoryPhoto
{{$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}}
@stop @section('footer') @stop