{{ $buyer_name }} has inquired about Listing #{{ $listing_id }}, {{ $listing_title }}
Buyer contact
Email: {{ $buyer_email ?? '—' }}
Phone: {{ $buyer_phone ?? '—' }}
Buyer inquiry — questions and answers
@foreach ($qa_rows as $row)
|
{{ $row['question'] }}
|
{!! nl2br(e($row['answer'])) !!}
|
@endforeach
This message was sent because a buyer submitted an inquiry on Salonspa Connection.
|