{{ $product->product_name }}
{{ $product->sub_sku }}
@php
$unitPrice = $product->last_purchased_price ?? $product->default_purchase_price ?? $product->dpp_inc_tax ?? 0;
@endphp
@if(session()->get('business.enable_lot_number') == 1 || session()->get('business.enable_product_expiry') == 1)
@if (!empty($product->lot_numbers))
@else
@endif
@endif
|
{{ $product->formatted_qty_available ?? ($product->qty_available ?? 0) }}
{{ $product->unit }}
|
|
0
{{ $product->unit }}
|
|
0.00
|
|