@component('emails.Components.ManageBody')

官網收到新的留言

客戶姓名:{{$contact->name}}

@if($contact->title)

店家名稱:{{$contact->title}}

@endif

客戶email:{{$contact->email}}

客戶手機:{{$contact->phone}}

@if($contact->lineId)

客戶Line ID:{{$contact->lineId}}

@endif @foreach($contact->options ?? [] as $option)

{{ $option['title'] }}: {{ $option['value'] }}

@endforeach

內容:{{$contact->message}}

@endcomponent