@component('emails.Components.ManageBody')

收到新的訂單

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

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

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

方案名稱

{{ $data['方案名稱'] }}

抵用次數

{{ $data['抵用次數'] }}

總金額

{{ $data['總金額'] }}

立即前往檢視訂單
@endcomponent