{{ \Illuminate\Support\Str::limit($item->product_description, 150) }}
{{ \Illuminate\Support\Str::limit($item->product_description, 150) }}
{{ number_format($item->product_current_unit_price, 2) }}
THB
| no. | Img. | Product Name | Weight (g) | Price (THB) | Stock | Pending | Available | Add to cart |
|---|---|---|---|---|---|---|---|---|
| {{ $products->firstItem() + $i }} |
|
@if ($item->product_type == '7')
{{ $item->product_name }} ✨
@else
{{ $item->product_name }}
@endif
|
{{ $item->product_weight ?? '-' }} | {{ number_format($item->product_current_unit_price, 2) }} | {{ $item->product_current_stock ?? 'Out of Stock' }} | {{ $item->product_pending ?? '-' }} | @php $available = $item->product_current_stock - $item->product_pending; @endphp {{ $available }} | Add to Cart |
ใช้งานสะดวก ไม่ซับซ้อน ลดขั้นตอนการดำเนินงาน สามารถเบิกของได้อย่างรวดเร็วภายในไม่กี่ขั้นตอน
ติดตามสถานะคำขอได้แบบเรียลไทม์ ตั้งแต่การอนุมัติจนถึงการรับสินค้า ครบทุกขั้นตอนในที่เดียว
ทุกการดำเนินการถูกบันทึกและตรวจสอบได้ มั่นใจในความถูกต้องและความปลอดภัยของข้อมูล