ملخص الرصيد الحالي
الحالي: {{ number_format((float) $productStock->quantity, 3) }}
المحجوز: {{ number_format((float) $productStock->reserved_quantity, 3) }}
المتاح: {{ number_format((float) $productStock->quantity - (float) $productStock->reserved_quantity, 3) }}