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

加購訂單
#{{ $data['訂單編號'] }} 付款通知

{!! html_entity_decode(nl2br($data['自訂內容'])) !!} {!! html_entity_decode(nl2br($data['防詐騙訊息'])) !!}

@isset($data['匯款資訊'])

[ 匯款資訊 ]

轉帳銀行 {{ $data['匯款資訊']['轉帳銀行'] }}
轉帳帳號 {{ $data['匯款資訊']['轉帳帳號'] }}
繳款期限 {{ $data['匯款資訊']['繳款期限'] }}
@endisset

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

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

[ 預約訂單資訊 ]

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

[ 分店資訊 ]

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