@if($language === "bd") @endif
@php $contactDetails = $settings->options['contactDetails']; $customer = $order->customer; $shippingAddress = $order->shipping_address; $products = $order->products; $settings = $settings->options; $authorDetails = $settings['contactDetails']; $authorLocation = $authorDetails['location']; $currency = isset($settings['currency']) ? $settings['currency']: 'USD'; @endphp{{ $translated_text['invoice_no'] }}: {{ $order->tracking_number }}
@endif{{ $translated_text['date'] }}: {{date("jS F, Y")}}
@endif