@extends('mails.order-place-frame', ['order' => $order]) @section('order-detail')
{{ text('order_code') }} | {{ $order->id }} |
---|---|
{{ text('subtotals') }} | {{ get_currency_format($order->sub_total) }} |
{{ text('tax') }} | {{ get_currency_format($order->tax) }} |
{{ text('total') }} | {{ get_currency_format($order->total_money) }} |
{{ text('billing_detail') }}
{{ text('checkout_billing_name') }} | {{ $order->billing->name }} |
{{ text('checkout_billing_phone_number') }} | {{ $order->billing->phone_number }} |
{{ text('checkout_billing_email') }} | {{ $order->billing->email }} |
{{ text('checkout_billing_address') }} | {{ $order->billing->getFullAddressText() }} |
{{ text('shipping_and_payment_information') }}
{{ text('checkout_billing_name') }} | {{ $order->shipping->name }} |
{{ text('checkout_billing_phone_number') }} | {{ $order->shipping->phone_number }} |
{{ text('checkout_billing_email') }} | {{ $order->shipping->email }} |
{{ text('checkout_billing_address') }} | {{ $order->shipping->getFullAddressText() }} |
{{ text('shipping_and_payment_information') }}
{{ text('checkout_billing_name') }} | {{ $order->shipping->name }} |
{{ text('checkout_billing_phone_number') }} | {{ $order->shipping->phone_number }} |
{{ text('checkout_billing_email') }} | {{ $order->shipping->email }} |
{{ text('checkout_billing_address') }} | {{ $order->shipping->getFullAddressText() }} |
{{ text('order_details') }}