| Location | Location Bins | Items | Actions | ||
|---|---|---|---|---|---|
| @if($warehouse->location_bins_count > 0) @endif | {{ $warehouse->name }} | @if($warehouse->city || $warehouse->region || $warehouse->country) {{ collect([$warehouse->city, $warehouse->region, $warehouse->country])->filter()->implode(', ') }} @else N/A @endif | {{ $warehouse->location_bins_count }} | {{ $warehouse->locationBins->sum('inventory_items_count') }} |
|
|
{{ $bin->name }}
|
{{ $bin->description ?: 'N/A' }} | - | {{ $bin->inventory_items_count }} |
|
|
| No warehouses found. Click "Add Warehouse" to create one. | |||||
Location format: Aisle-Shelf-Bin (e.g., A1-S2-B3)