@if(!empty($lot_n_exp_enabled)) @endif @foreach( $stock_adjustment_details as $details ) @if(!empty($lot_n_exp_enabled)) @endif @endforeach
@lang('sale.product'){{ __('lang_v1.lot_n_expiry') }}@lang('sale.qty') @lang('sale.unit_price') @lang('sale.subtotal')
{{ $details->product }} @if( $details->type == 'variable') {{ '-' . $details->product_variation . '-' . $details->variation }} @endif ( {{ $details->sub_sku }} ) {{ $details->lot_number ?? '--' }} @if( session()->get('business.enable_product_expiry') == 1 && !empty($details->exp_date)) ({{@format_date($details->exp_date)}}) @endif {{@format_quantity($details->quantity)}} {{@num_format($details->unit_price)}} {{@num_format($details->unit_price * $details->quantity)}}