@extends('layouts.app', ['class' => 'g-sidenav-show bg-gray-100']) @section('content') @include('layouts.navbars.auth.topnav', ['title' => 'Trade Inventory - Data Analysis'])
| Product Description | Inventory | Shelf Cap | Max Cap | ||
|---|---|---|---|---|---|
|
{{$num}} |
{{$report_product->product->sku_description}} |
{{ $report_product->inventory == null ? '0' : $report_product->inventory }} |
{{ $report_product->shelf_cap == null ? '0' : $report_product->shelf_cap }} |
{{ $report_product->max_cap == null ? '0' : $report_product->max_cap }} |