@php $bizName = trim($insight->name ?? 'Your Business'); $placeId = $insight->place_id ?? null; $town = trim((string) ($insight->town ?? '')); $region = trim((string) ($insight->region ?? '')); $area = $town !== '' ? $town : ($region !== '' ? $region : 'your area'); $keywordsCount = 144; $trafficBoost = (int) round((float) ($stats['total_clicks'] ?? 0)); if ($trafficBoost <= 0) { $trafficBoost = 1188; } $positionNumber = is_numeric($stats['avg_position'] ?? null) ? (int) max(1, round((float) $stats['avg_position'])) : 9; $estimatedPosition = $positionNumber <= 3 ? $positionNumber : 2; $estimatedRating = 4.9; $etaDays = 3; // Links $viewReportUrl = url('/top3search?' . http_build_query(array_filter([ 'pid' => $placeId, 'e' => $insight->email ?? null, 'n' => $insight->contact_name ?? null, 'c' => $insight->name ?? null, ]))); // Join waitlist / secure place → onboarding (tracks step_id in MarketingAction metadata) $joinWaitlistUrl = route('dashboard', array_filter([ 'pid' => $placeId, 'e' => $insight->email ?? null, 'n' => $insight->contact_name ?? null, 'c' => $insight->name ?? null, 'top3popup' => 'confirmed', 'start_email_schedule' => 1, ])); $unsubscribeUrl = url('unsubscribe?email=' . urlencode($insight->email ?? '') . '&source=top3search-landing'); @endphp
Your {{ $area }} spot
opens in ~{{ $etaDays }} days
Another business is in the test period for your area. Here's what the spot could mean for {{ $bizName }}.
We'll email you if a spot becomes available.
Estimated stats after test
📍
#{{ $estimatedPosition }}
New position
+{{ number_format($trafficBoost) }}
Traffic boost
👤
{{ number_format($keywordsCount) }}
New keywords
{{ number_format($estimatedRating, 1) }}
New rating
Email me if the spot opens
Free top 3 maps test · exclusively one business per location
View your full report first →
@include('emails.partials.open-pixel')