@if(session('error'))
{{ session('error') }}
@endif
@if($errors->any())
@foreach($errors->all() as $error)- {{ $error }}
@endforeach
@endif
@if($rack->stock_count > 0)
Note: This rack has {{ $rack->stock_count }} product(s) in stock. Some changes may be restricted.
@endif