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

{!! html_entity_decode(nl2br($data['標題'])) !!}

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

訂單資訊 [#{{ $data['訂單編號'] }}]

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

付款資訊

預約資訊

@if(count( (array)$data['預約相關問答']))

預約相關問答

@foreach($data['預約相關問答'] as $field)
{{$field->title}}
{{$field->value}}
@endforeach
@endif @if($data['分店類型'] == 'store')

分店資訊

@endif

[ 定型化契約 ]

{!! html_entity_decode(nl2br($data['定型化契約'])) !!}
查看訂單完整明細
@endcomponent