{{ t('restaurantName') }}

{{ t('table') }}: {{ tableNumber }}

{{ t(cat) || cat }}

{{ lang === 'zh' ? (product.name_zh || product.name_ms || product.name) : (lang === 'en' ? (product.name_en || product.name_ms || product.name) : (product.name_ms || product.name)) }}

{{ lang === 'zh' ? (product.desc_zh || product.desc_ms || product.description || t('delicious')) : (lang === 'en' ? (product.desc_en || product.desc_ms || product.description || t('delicious')) : (product.desc_ms || product.description || t('delicious'))) }}

RM {{ product.price }}
{{ getItemCount(product.id) }}
{{ totalCount }}

{{ t('totalPrice') }}

RM {{ totalPrice }}

{{ translations.zh.restaurantClosed }}

{{ translations.zh.closedMessage }}

{{ translations.ms.restaurantClosed }}

{{ translations.ms.closedMessage }}

{{ translations.en.restaurantClosed }}

{{ translations.en.closedMessage }}

{{ translations.zh.pleaseComeBack }}
{{ translations.ms.pleaseComeBack }}
{{ translations.en.pleaseComeBack }}

{{ t('selectPayment') }}

{{ item.name }}

{{ item.displayOptions }}

RM {{ item.price }}

{{ item.quantity }}

{{ currentProduct?.name }}

{{ item.name }}
+ RM {{ item.price }}

{{ t('orderHistory') }}

{{ t('noHistory') }}

#{{ order.id }} • {{ formatTime(order.created_at) }} {{ t(order.status) }}
  • {{ item.name }} x{{ item.quantity }} RM {{ (item.price * item.quantity).toFixed(2) }}
{{ t('total') }} RM {{ order.total_price }}

{{ t('orderSuccess') }}

{{ t('merchantReceived') }}