All ({{ $countAll }}) In Stock ({{ $countInStock }}) Out of Stock ({{ $countOutOfStock }}) Low Stock ({{ $countLowStock }}) Services ({{ $countServices }})
@forelse($products as $product) @empty @endforelse
SKU @if($sortField === 'code') @endif NAME @if($sortField === 'name') @endif IMAGE BARCODE COST PRICE @if($sortField === 'buying_price') @endif SELLING PRICE @if($sortField === 'selling_price') @endif LOCATION ON HAND @if($sortField === 'quantity') @endif COMMITTED AVAILABLE QTY INBOUND QTY UNFULFILLABLE QTY LINKED STORE TAGS WEIGHT TYPE BRAND CATEGORY
{{ $product->code }}
{{ $product->name }}
@if($product->product_image) {{ $product->name }} @else NO IMG @endif
{{ optional($product->simpleInventory)->barcode ?? $product->code }}
{{ format_currency($product->buying_price) }}
{{ format_currency($product->selling_price) }}
-
{{ $product->quantity }}
0
{{ $product->quantity }}
0
0
-
-
{{ optional($product->simpleInventory)->weight ?? '-' }}
{{ optional($product->simpleInventory)->product_type ?? ($product->bundle ? 'Bundle' : '-') }}
-
{{ $product->category->name ?? '-' }}

No Products yet

Products will be displayed here when available