# | @lang('sale.product') | @lang('sale.qty') | @lang('sale.unit_price') | @lang('sale.subtotal') |
---|---|---|---|---|
{{ $loop->iteration }} | {{ $sell_lines->product->name }} @if( $sell_lines->product->type == 'variable') - {{ $sell_lines->variations->product_variation->name}} - {{ $sell_lines->variations->name}} @endif | {{ $sell_lines->quantity }} | {{ $sell_lines->unit_price_inc_tax}} | {{ $sell_lines->unit_price_inc_tax * $sell_lines->quantity }} |
@lang('purchase.net_total_amount'): | {{ $total }} | |
---|---|---|
@lang('purchase.additional_shipping_charges'): | (+) | {{ $sell_transfer->shipping_charges }} |
@lang('purchase.purchase_total'): | {{ $sell_transfer->final_total }} |
@if($sell_transfer->additional_notes) {{ $sell_transfer->additional_notes }} @else -- @endif