@forelse($products as $product)
{{ $product->name }}
@if ($product->type == 'variable')
- {{ $product->variation }}
@endif
({{ $product->sub_sku }})
@if ($q_enable == 1)
@if (!empty($product->qty_available))
{{ number_format($product->qty_available) }} @if (!empty($product->short_name)) {{ $product->short_name }}
@else
{{ $product->actual_name }} @endif
@else
-- @endif
@endif
@empty
@lang('lang_v1.no_products_to_display')
@endforelse