@extends('layouts.superadmin') @section('title', 'Rack Management') @section('page-title', 'Rack Management') @section('content')
| Bin Name | Sequence | Location | Status |
|---|---|---|---|
| {{ $bin->bin_name }} | {{ $bin->sequence }} | @if($bin->location) {{ $bin->location->name }} @if($bin->location->code) ({{ $bin->location->code }}) @endif @else - @endif | @if($bin->status) @php $badgeClass = match (strtolower($bin->status)) { 'fastmoving' => 'bg-success', 'slowmoving' => 'bg-warning text-dark', 'overflow' => 'bg-secondary', default => 'bg-dark', }; @endphp @if(strtolower($bin->status) === 'fastmoving') Pickphase @else {{ ucfirst($bin->status) }} @endif @else - @endif |
No bin locations found. Upload a CSV to get started.