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

加購訂單
#{{ $data['訂單編號'] }} 已取消通知

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

[ 加購訂單 #{{ $data['訂單編號'] }} ]

@foreach($data['加購清單'] as $item) @endforeach
{{ $item['加購項目'] }} {{ $item['加購項目價格'] }}
付款方式 {{ $data['付款方式'] }}
總計金額 {{ $data['總計金額'] }}

[ 預約訂單資訊 ]

@if($data['分店類型'] == 'store')

[ 分店資訊 ]

@endif
查看訂單完整明細
@endcomponent