詢價單通知

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

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

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

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

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

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

@if ($order->technical_address)

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

@endif
@if ($order->mechanism)

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

@endif @if ($order->mechanism_doctor)

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

@endif @if ($order->mechanism_recipient)

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

@endif @if ($order->mechanism_recipient_phone)

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

@endif @if ($order->mechanism_recipient_address)

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

@endif

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


@if ($order->technical_name)

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

@endif @if ($order->technical_contact_person)

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

@endif @if ($order->technical_phone)

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

@endif @if ($order->technical_address)

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

@endif @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

謝謝您的詢價!