Racks & Locations

Manage warehouse storage locations
Add Rack
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif
{{ $stats['total'] }}
Total
{{ $stats['active'] }}
Active
@if(isset($stats['inactive']) && $stats['inactive'] > 0)
{{ $stats['inactive'] }}
Inactive
@endif
@include('components.datatable')