@if (isset($low_stock_products) && count($low_stock_products) > 0)
Low Stock Warning
Some souvenirs are running low and may need restocking:
@foreach ($low_stock_products as $low)
-
{{ $low->product_name }}
— Remaining: {{ $low->product_current_stock }}
@endforeach
@endif
ราคาทั้งหมด ณ วันที่ {{ \Carbon\Carbon::parse($lastUpdate)->format('d M Y H:i') }}
| No. |
Image |
Product Code |
Name |
Current Stock |
Current Unit Price |
History logs |
@foreach ($products as $i => $product)
| {{ $loop->iteration }} |
@if ($product->product_image)
@else
@endif
|
{{ $product->product_code }} |
{{ $product->product_name }} |
{{ $product->product_current_stock ?? '0' }} |
{{ $product->product_current_unit_price ?? '0' }} |
|
@endforeach