活動名稱
-
團媽
-

訂單編號
{{ (isset($order) ? $order->code : '(系統產生)') }}
@if (isset($order)) {{-- 狀態 --}}
訂單狀態
{{ config('order.order_status')[$order->order_status] }}
{{-- 玉山信用卡 --}} @if ($order->pay_method_id == 1)
玉山交易序號
{{ $order->payment->code }}
@endif @endif
logo

訂購人
@if ($errors->has('customer_name')) @include('admin.panels.input-invalid-messages', [ 'messages' => $errors->get('customer_name') ]) @endif
@if ($errors->has('customer_email')) @include('admin.panels.input-invalid-messages', [ 'messages' => $errors->get('customer_email') ]) @endif
@if ($errors->has('customer_cellphone')) @include('admin.panels.input-invalid-messages', [ 'messages' => $errors->get('customer_cellphone') ]) @endif
@if ($errors->has('customer_county')) @include('admin.panels.input-invalid-messages', [ 'messages' => $errors->get('customer_county') ]) @endif @if ($errors->has('customer_district')) @include('admin.panels.input-invalid-messages', [ 'messages' => $errors->get('customer_district') ]) @endif
@if ($errors->has('customer_address')) @include('admin.panels.input-invalid-messages', [ 'messages' => $errors->get('customer_address') ]) @endif
備註
@if ($errors->has('customer_remark')) @include('admin.panels.input-invalid-messages', [ 'messages' => $errors->get('customer_remark') ]) @endif
其他資訊
@if ($errors->has('invoice_personal_code')) @include('admin.panels.input-invalid-messages', [ 'messages' => $errors->get('invoice_personal_code') ]) @endif
@if ($errors->has('invoice_company_number')) @include('admin.panels.input-invalid-messages', [ 'messages' => $errors->get('invoice_company_number') ]) @endif
@if ($errors->has('invoice_company_title')) @include('admin.panels.input-invalid-messages', [ 'messages' => $errors->get('invoice_company_title') ]) @endif
系統備註
@if ($errors->has('remark')) @include('admin.panels.input-invalid-messages', [ 'messages' => $errors->get('remark') ]) @endif
貨運方式
    @if ($freight_methods->isNotEmpty()) @foreach ($freight_methods as $freight_method) @php $checked_id = old("freight_method_id", (isset($order) ? $order->freight_method_id : '1')); $checked = $freight_method['id'] == $checked_id ? 'checked' : ''; @endphp
  • @endforeach @endif
@if ($errors->has('freight_method_id')) @include('admin.panels.input-invalid-messages', [ 'messages' => $errors->get('freight_method_id') ]) @endif
付款方式
    @if (!empty($pay_methods)) @foreach ($pay_methods as $pay_method) @php $checked_id = old("pay_method_id", (isset($order) ? $order->pay_method_id : '1')); $checked = $pay_method['id'] == $checked_id ? 'checked' : ''; @endphp
  • @endforeach @endif
@if ($errors->has('pay_method_id')) @include('admin.panels.input-invalid-messages', [ 'messages' => $errors->get('pay_method_id') ]) @endif

購物車項目
圖片 名稱 單價 數量 小計 操作
無商品
@if ($errors->has('cart_items_json')) @include('admin.panels.input-invalid-messages', [ 'messages' => $errors->get('cart_items_json') ]) @endif
  • 小計
    $ 0
  • 運費
    $ 0
  • 折扣
    - $ 0

  • 總計
    $ 0