@foreach( $product_details as $details ) @endforeach
SKU Variation @lang('sale.unit_price') @lang('report.current_stock') @lang('report.total_unit_sold')
{{ $details->sub_sku}} {{ $details->product . '-' . $details->product_variation . '-' . $details->variation }} {{$details->sell_price_inc_tax}} @if($details->stock) {{ (float)$details->stock }} {{$details->unit}} @else 0 @endif @if($details->total_sold) {{ (float)$details->total_sold }} {{$details->unit}} @else 0 @endif