@component('emails.Components.CustomerBody', ['merchant' => $merchant])

收到新的訂單

{!! html_entity_decode(nl2br($data['自訂內容'])) !!}

訂單編號 [{{ $data['訂單編號'] }}]

訂購日期 [{{ $data['訂購日期'] }}]

@include('emails.Order.Components.SectionOrderInfo', ['data' => $data])

付款資訊

立即前往檢視訂單
@endcomponent