詢價單通知

以下是您的新訂單詳細資訊:

@foreach(collect($orderItems)->unique('order_id') as $order)

出貨模式: {{$order->shipping_mode}}

寄運模式: {{$order->mailing_method}}

寄送地點: {{$order->shipping_location}}

是否附出貨單: {{$order->shipping ? '是' : '否'}}

是否附發票: {{$order->bill ? '是' : '否'}}

住宅地址: {{$order->residential_address}}


診所名: {{$order->mechanism}}

診所醫生: {{$order->mechanism_doctor}}

診所聯絡人: {{$order->mechanism_recipient}}

診所電話: {{$order->mechanism_recipient_phone}}

診所地址: {{$order->mechanism_recipient_address}}


業務名稱: {{$order->sales_name}}


技工所名稱: {{$order->technical_name}}

技工所聯絡人: {{$order->technical_contact_person}}

技工所電話: {{$order->technical_phone}}

技工所地址: {{$order->technical_address}}

@endforeach @foreach($orderItems as $order) @endforeach
訂單編號 產品名稱 產品ID 數量
{{ $order->order_id }} {{ $order->product_name }} {{ $order->product_id }} {{ $order->quantity }}

其他資訊

@foreach(collect($orderItems)->unique('order_id') as $order)

備註: {{$order->remark}}

@endforeach

謝謝您的詢價!