@extends('frontend.template-1.partials.master') @section('content') @include('frontend.template-1.breadcrumb.breadcrumb')
{{ translate("Thank you for choosing us! We're thrilled to have you as our customer") }}.
{{ translate("We can't wait to serve you again") }}.
| {{ translate('Product') }}: | {{ $orderSingle->products->name }} |
| {{ translate('Quantity') }}: | {{ $orderSingle->quantity }} |
| {{ $orderSingle->type == 2 ? translate('Bid Price') : translate('Price') }}: | {{ $orderSingle->type == 2 ? currency_symbol() . $orderSingle->bid_amount : currency_symbol() . $orderSingle->amount }} |
| {{ $orderSingle->payment_status == 3 ? translate('Final Amount') : translate('Initial Amount') }}: | {{ currency_symbol() . $orderSingle->amount }} |
| {{ translate('Tax') . '(' . get_setting('tax_rate') . '%)' }}: | {{ currency_symbol() . $orderSingle->tax_amount }} |
| {{ translate('Total') }}: | {{ currency_symbol() . ($orderSingle->amount + $orderSingle->tax_amount) }} |
Note: An Confirmation Message will be sent in Your Email. Stay With us.
Back Home