|
{{app('general_setting')->company_name}}{{app('general_setting')->phone}}{{app('general_setting')->email}}{{$order->order->order_number}} |
|
|
|||||||||||||||||
|
|
{{ __('common.package') }} : {{ getNumberTranslate($order->package_code) }} |
@if(isModuleActive('MultiVendor'))
{{ __('shipping.shop_name') }} : @if(@$order->seller->role->type == 'seller') {{ (@$order->seller->SellerAccount->seller_shop_display_name) ? @$order->seller->SellerAccount->seller_shop_display_name : @$order->seller->first_name }} @else {{ app('general_setting')->company_name }} @endif |
@endif
@if (file_exists(base_path().'/Modules/GST/') && (app('gst_config')['enable_gst'] == "gst" || app('gst_config')['enable_gst'] == "flat_tax"))
@foreach ($order->gst_taxes as $key => $gst_tax)
{{ $gst_tax->gst->name }} : {{ single_price($gst_tax->amount) }} @endforeach @endif |
{{ __('shipping.shipping_method') }} : {{ $order->shipping->method_name }} |
{{ __('common.name') }} | {{ __('common.details') }} | {{ __('common.price') }} | {{ __('common.total') }} | ||
---|---|---|---|---|---|
@if ($package_product->type == "gift_card") {{ @$package_product->giftCard->name }} @else {{ @$package_product->seller_product_sku->sku->product->product_name }} @endif | @if ($package_product->type == "gift_card"){{__('common.qty')}} : {{ $package_product->qty }} | @else @if (@$package_product->seller_product_sku->sku->product->product_type == 2)
{{__('common.qty')}} : {{ $package_product->qty }}
@php $countCombinatiion = count(@$package_product->seller_product_sku->product_variations); @endphp @foreach (@$package_product->seller_product_sku->product_variations as $key => $combination) @if ($combination->attribute->id == 1)
{{ $combination->attribute->name }}:
@else
{{ $combination->attribute->name }}:
{{ $combination->attribute_value->value }}
@endif
@if ($countCombinatiion > $key + 1)
@endif @endforeach |
@else
{{__('common.qty')}} : {{ $package_product->qty }} | @endif @endif{{ single_price($package_product->price) }} | {{ single_price($package_product->price * $package_product->qty) }} |