Manually record inventory adjustments and movements
Current Stock: {{ number_format($selectedPart->quantity_on_hand) }} units
@if($selectedPart->quantity_on_hand <= $selectedPart->minimum_stock_level) ⚠️ This part is currently at or below minimum stock level ({{ $selectedPart->minimum_stock_level }}) @endif