{{__('common.package')}} {{$index}} {{__('common.of')}} {{$items}}
{{__('defaultTheme.shippied_by')}}:
@if($seller->role->type == 'seller') {{$seller->first_name .' '.$seller->last_name}} @else {{ app('general_setting')->company_name }} @endif
{{__('defaultTheme.delivery_option')}}
{{__('gst.gst')}} ({{ __('gst.goods_and_services_tax') }})
{{__('gst.gst')}} ({{ __('gst.flat_tax') }})
{{$seller_product_sku->name}}
{{__('common.qty')}}: {{$item->qty}}
{{__('common.tax')}} : 0 %
{{__('defaultTheme.tax_amount')}} : {{single_price(0)}}
{{__('common.total')}}: {{single_price($item->total_price)}}
{{$item->product->product->product->product_name}}
@if($item->product->product->product->product_type == 2)@php $countCombinatiion = count(@$item->product->product_variations); @endphp @foreach($item->product->product_variations as $key => $combination) @if($combination->attribute->id == 1) {{$combination->attribute->name}}: {{$combination->attribute_value->color->name}} @else {{$combination->attribute->name}}: {{$combination->attribute_value->value}} @endif @if($countCombinatiion > $key +1) , @endif @endforeach
@endif{{__('common.qty')}}: {{$item->qty}}
{{__('common.tax')}} : @if($item->product->product->tax_type == 0) {{$item->product->product->tax}} % @else {{single_price($item->product->product->tax)}} @endif
{{__('defaultTheme.tax_amount')}} : {{single_price(tax_count($item->price, $item->product->product->tax, $item->product->product->tax_type) * $item->qty)}}
@php $packagewiseTax += tax_count($item->price, $item->product->product->tax, $item->product->product->tax_type) * $item->qty; @endphp{{__('common.total')}}: {{single_price($item->total_price)}}
{{$shipping_address->name}}
{{$shipping_address->address}}
{{__('defaultTheme.bill_to_the_same_address')}}
@else{{$billing_address->name}}
@endif{{$billing_address->address}}
@endif{{$shipping_address->email}}
{{$shipping_address->phone}}
{{__('common.items_count')}}
{{$totalItem}}{{__('common.subtotal')}}
{{single_price($subtotal)}}{{__('defaultTheme.shipping')}}
{{single_price($shippingtotal)}}{{__('common.coupon')}} {{__('common.discount')}}
X -{{single_price($coupon)}} @else{{__('common.discount')}}
-{{single_price($subtotal - $actualtotal)}}{{__('common.total')}} {{__('common.tax')}}
{{single_price($taxAmount)}}{{__('gst.total_gst')}}
{{single_price($gstAmountTotal)}}