@if(count($reportData) > 0)
| S/L | Image | Product Code | Product Name | Quantity | Alert Quantity |
|---|---|---|---|---|---|
| {{ $key }} | |||||
| {{ $loop->iteration }} |
@if($value->image !='' && file_exists('uploads/product/'.$value->image))
|
{{ $value->code }} | {{ $value->product_name }} | {{ $value->quantity }} | {{ $value->alert_qty }} |