| {{ ++$i }} |
@if ($item->product_image)
@else
@endif
|
{{ $item->product_code }} |
{{ $item->product_name }} |
{{ $item->product_description ?? '-'}} |
{{ $item->product_price }} |
{{ $item->product_quantity }} |
{{ $item->product_weight ?? '-' }} |
{{ $item->product_type_name }} |
@if ($item->product_status == 1)
Active
@else
Inactive
@endif
|
|
@endforeach