@extends('layouts.app', ['class' => 'g-sidenav-show bg-gray-100']) @section('content') @include('layouts.navbars.auth.topnav', ['title' => 'Trade Inventory - Data Entry'])
| Product Description | Selling Area | Bodega | ||
|---|---|---|---|---|
|
{{$num}} |
{{$inventory_product->product->sku_description}} |
{{ $inventory_product->selling_area == null ? '0' : $inventory_product->selling_area }} |
{{ $inventory_product->bodega == null ? '0' : $inventory_product->bodega }} |