{{ t('Order Summary (:quantity product(s))', {quantity: order.quantity}) }}

{{ t('Device') }}

{{ device.deciveName }}

{{ t('Color') }}

{{ t('Price') }}

{{ order.price | number:0 }} {{ app.currency }}

{{ t('Quantity') }}

{{ t('Total payment amount') }}

{{ order.total_price | number:0 }} {{ app.currency }}
{{ t('Delivery Information') }} {{ t('Payment Method') }}
{{ t('You ordered successfully, we will contact you within 24 hours to confirm.') }}

{{ t('Order Information') }}

{{ t('Device') }}

{{ device.deciveName }}

{{ t('Full name') }}

{{ order.name }}

{{ t('Address') }}

{{ order.address }}

{{ t('Amount') }}

{{ order.total_price | number:0 }} {{ app.currency }}

{{ t('Phone number') }}

{{ order.phone }}