@extends('admin.layouts.inventory') @section('title', 'Stock') @push('head') @endpush @section('content')
{{ $filters->isActive() ? 'No stock positions match these filters.' : 'No stock positions recorded.' }}
@else| Item / SKU | Warehouse qty | Locations |
|---|---|---|
{{ $sku->sku_code }}
{{ $item?->name ?? '' }}
@if ($variant)
— {{ $variant }}
@endif
@endif
|
@qty($sku->warehouse_qty ?? 0, $sku) |