@foreach($products as $product) @php $check_decimal = $product->allow_decimal; $check_decimal_second_unit = $product->su_allow_decimal; @endphp @endforeach
{{$product->product}} @if($product->type == 'single') ({{$product->sku}}) @else - {{$product->product_variation}} - {{$product->variation}} ({{$product->sub_sku}}) @endif

@lang('report.current_stock'): {{@format_quantity($product->stock)}} {{$product->unit}}

{{@format_quantity($product->alert_quantity)}} {{$product->unit}}
{{$product->unit}}
@if(!empty($product->second_unit))
{{$product->second_unit}}
@endif