@extends('frontend.default.layouts.app')
@section('breadcrumb')
{{__('common.orders')}}
@endsection
@section('title')
{{__('common.orders')}}
@endsection
@section('styles')
@endsection
@section('content')
@include('frontend.default.partials._breadcrumb')
@php
$total_gst = 0;
@endphp
{{__('common.order_id')}}: {{ $order->order_number }} {{__('defaultTheme.order_date')}}: {{ $order->created_at }} {{__('common.status')}}: {{__('common.confirmed')}} {{__('common.status')}}: {{__('common.declined')}} {{__('common.status')}}: {{__('common.pending')}} {{__('common.payment')}}: {{__('common.paid')}} {{__('common.payment')}}: {{__('common.pending')}} {{__('defaultTheme.order_amount')}}: {{ single_price($order->grand_total) }} {{__('defaultTheme.sold_by')}} @if($package->seller->role->type == 'seller') {{ @$package->seller->first_name }} @else {{ app('general_setting')->company_name }} @endif {{ $package->shipping_date }} Pending Ready To Ship Pickup Shipped Delivered {{ $process->name }} {{__('shipping.shipping_information')}} {{__('shipping.shipping_by')}}: {{$package->carrier->name }} {{__('shipping.tracking_id')}}: {{$package->carrier_order_id }} {{__('shipping.tracking_url')}}: carrier_order_id,$package->carrier->tracking_url)}}">Click Tracking {{__('defaultTheme.package_code')}}: {{ $package->package_code }} {{__('defaultTheme.sold_by')}} @if(@$package->seller->role->type == 'seller') {{ @$package->seller->first_name }} @else {{ app('general_setting')->company_name }} @endif {{__('defaultTheme.store')}}: {{ @$package->seller->SellerAccount->seller_shop_display_name }} {{__('defaultTheme.order_amount')}}:: {{ single_price($package->products->sum('total_price')) }} {{__('defaultTheme.tax_amount')}}:: {{ single_price($package->tax_amount) }} {{ $gst_tax->gst->name }}:: {{ single_price($gst_tax->amount) }}
{{ textLimit(@$package_product->giftCard->name, 14) }} [ Check Shipping email for secret key]
{{ $package_product->qty }} X {{ single_price($package_product->price) }} {{ @$package_product->seller_product_sku->product->product_name? textLimit(@$package_product->seller_product_sku->product->product_name, 18) : textLimit(@$package_product->seller_product_sku->sku->product->product_name, 18) }}
@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}}: {{$combination->attribute_value->color->name}}
@else
{{$combination->attribute->name}}: {{$combination->attribute_value->value}}
@endif
@if($countCombinatiion > $key +1)
,
@endif
@endforeach
{{ $package_product->qty }} X {{ single_price($package_product->price) }}
{{__('common.package')}} : {{ $package->package_code }}
@if(isModuleActive("multiVendor"))
{{__('common.price')}} : {{ single_price($package->products->sum('total_price') + $package->tax_amount + $package->gst_taxes->sum('amount')) }}
@else
{{__('common.price')}} : {{ single_price($package->products->sum('total_price') + $package->tax_amount) }}
@endif
{{__('defaultTheme.order_cancelled')}}
@endif
@else
@endif
{{__('defaultTheme.shipping_info')}}
{{__('defaultTheme.billing_info')}}
{{__('defaultTheme.payment_info')}}
@if($order->coupon)
@if($order->coupon)
@if($order->coupon && file_exists(base_path().'/Modules/GST/') && (app('gst_config')['enable_gst'] == "gst" || app('gst_config')['enable_gst'] == "flat_tax"))
@if($order->coupon && file_exists(base_path().'/Modules/GST/') && (app('gst_config')['enable_gst'] == "gst" || app('gst_config')['enable_gst'] == "flat_tax"))