{{ errors['username'][0] }}
{{ errors['password'][0] }}
{{ errors['name'][0] }}
{{ errors['username'][0] }}
{{ errors['password'][0] }}
{{ errors['phone'][0] }}
{{ errors['email'][0] }}
{{ errors['address'][0] }}
{{ errors['name'][0] }}
{{ errors['username'][0] }}
{{ errors['password'][0] }}
{{ errors['phone'][0] }}
{{ errors['email'][0] }}
{{ errors['address'][0] }}
編號:{{ item.order_no }}
日期:{{ item.order_date.replace(/-/g, '\/') }}
狀態:{{ item.order_status }}
金額:{{ thousands_format(item.total) }}
收件人:{{ item.name }}
聯絡電話:{{ item.phone }}
收件地址:{{ item.address }}
品名:{{ item2.product.name }}
規格:{{ item2.product_specification.text }}
單價:{{ thousands_format(item2.product_specification.price) }}
數量:{{ item2.quantity }}
合計:
{{ thousands_format(item2.product_specification.price * item2.quantity) }}