{{-- header section --}}

{{__('messages.t_back_to_my_order')}}

{{__('messages.t_placed_order_id')}}{{$order->order_number}}

@if (!$isOrderCancel) {{__('messages.t_cancel_my_orders')}} @endif
{{-- order section --}}
{{-- card section --}} {{-- summary section --}}

{{__('messages.t_order_summary')}}

{{__('messages.t_cart_quantity',['cartquantity'=>$quantity])}}

{{ ($order->order_type == RESERVATION_TYPE_POINT_VAULT) ? formatPriceWithCurrency($order->subtotal_amount) : formatPriceWithCurrency($order->subtotal_amount) }}

@if ($order->order_type != RESERVATION_TYPE_POINT_VAULT) {{--

Discount

{{ config('app.currency_symbol').' '. \Number::format(floor($order->discount_amount), locale: $paymentSettings->currency_locale) }}

--}} @endif @if ($order->order_type != RESERVATION_TYPE_POINT_VAULT)

{{__('messages.t_tax')}}

{{formatPriceWithCurrency($order->tax_amount)}}

@endif @if ($order->order_type != RESERVATION_TYPE_POINT_VAULT)

{{__('messages.t_delivery_charges')}}

{{__('messages.t_free_charge')}}

@endif

{{__('messages.t_total')}} {{ ($order->order_type != RESERVATION_TYPE_POINT_VAULT) ? __('messages.t_point_purchase_kp_amount') : __('messages.t_point_purchase_point_purchases')}}

{{ ($order->order_type == RESERVATION_TYPE_POINT_VAULT) ? formatPriceWithCurrency($order->total_amount) : formatPriceWithCurrency($order->total_amount) }}

@if($order->order_type != RESERVATION_TYPE_POINT_VAULT && $order->total_amount != $order->converted_amount)

{{__('messages.t_my_purchase_converted_amount')}}

{{formatPriceWithCurrency($order->converted_amount) }}

@endif

{{__('messages.t_payment_info')}}

@if ($order->order_type != RESERVATION_TYPE_POINT_VAULT)

{{__('messages.t_payment_method')}}

{{ \Str::title($order->payment_method) }}

@endif

{{__('messages.t_date_of_process')}}

{{ \Str::title(\Carbon\Carbon::parse($order->created_at)->format('d M Y h:m a') ) }}

{{__('messages.t_shipping_info')}}

{{ $order->contact_name }}{{$order->shipping_address}}

{{__('messages.t_order_contact_no')}}

{{ $order->contact_phone_number }}

{{-- cancellation section --}}