@php $businessName = (string) ($businessName ?? 'Your business'); $reportMeta = (string) ($reportMeta ?? 'Monthly report'); $rating = $rating ?? null; $reviewCount = $reviewCount ?? null; $reviewDelta = (int) ($reviewDelta ?? 0); $invitesUsed = (int) ($invitesUsed ?? 0); $repliesUsed = (int) ($repliesUsed ?? 0); $invitesLimit = $invitesLimit ?? null; $repliesLimit = $repliesLimit ?? null; $ctaUrl = (string) ($ctaUrl ?? '#'); $ctaLabel = (string) ($ctaLabel ?? 'View report'); $ctaNote = (string) ($ctaNote ?? ''); $unsubscribeUrl = (string) ($unsubscribeUrl ?? '#'); $forwardUrl = (string) ($forwardUrl ?? url('/?source=forward')); $insightHtml = (string) ($insightHtml ?? ''); $ratingDisplay = is_numeric($rating) ? number_format((float) $rating, 1) : '—'; $reviewCountDisplay = is_numeric($reviewCount) ? number_format((int) $reviewCount) : '0'; $reviewsThisMonthDisplay = $reviewDelta > 0 ? '+'.$reviewDelta : (string) $reviewDelta; $invitesLimitDisplay = is_numeric($invitesLimit) ? number_format((int) $invitesLimit) : '—'; $repliesLimitDisplay = is_numeric($repliesLimit) ? number_format((int) $repliesLimit) : '—'; @endphp
{{-- Header --}} {{-- Business name row --}} {{-- Rating row --}} {{-- Invites / Replies stat boxes --}} {{-- Callout --}} {{-- CTA --}} {{-- Signature --}} {{-- Footer --}}
REPLY.REVIEWS
{{ $businessName }} {{ $reportMeta }}
{{ $ratingDisplay }}
{{ $reviewCountDisplay }} reviews on Google
{{ $reviewsThisMonthDisplay }} this month
Invites
{{ number_format($invitesUsed) }}
/ {{ $invitesLimitDisplay }} this month
Replies
{{ number_format($repliesUsed) }}
/ {{ $repliesLimitDisplay }} this month
{!! $insightHtml !!}
{{ $ctaLabel }}
@if($ctaNote !== '')
{{ $ctaNote }}
@endif
Andrew
Reply.Reviews · reply.reviews
Not the right person? Forward this to whoever handles your Google reviews.
Reply.Reviews · Unsubscribe
@if(!empty($openPixelUrl)) @endif