@php $reviewerName = (string) ($reviewer_name ?? 'Customer'); $reviewText = (string) ($review_text ?? ''); $reviewDate = (string) ($review_date ?? 'Today'); $stars = (string) ($stars ?? '★★★★★'); $suggestedReply = (string) ($suggested_reply ?? ''); $ownerName = (string) ($owner_name ?? 'there'); $businessName = (string) ($business_name ?? 'Your business'); $newReviewCount = (string) ($new_review_count ?? 'a new review'); $editReplyUrl = (string) ($edit_reply_url ?? '#'); $unsubscribeUrl = (string) ($unsubscribe_url ?? '#'); @endphp
Reply.Reviews
🎉 First review!
Your first review just came in
{{ $reviewerName }} left you a review — you're now at {{ $newReviewCount }} on Google.
This is what it looks like when it works.
{{ $reviewerName }} {{ $reviewDate }}
{{ $stars }}
@if($reviewText !== '')
“{{ $reviewText }}”
@endif
@if($suggestedReply !== '')
★ AI reply ready to post
“{{ $suggestedReply }}”
— {{ $ownerName }}, {{ $businessName }}
@endif @include('emails.invite-reply.partials.trigger-trial-pill') Continue free — edit and post this reply
 
Andrew
Reply.Reviews · reply.reviews
@include('emails.invite-reply.partials.calendly-email-footer', ['unsubscribeUrl' => $unsubscribeUrl]) reply.reviews