@php /** From MarketingEmailGeneric::build(): * $insight, $snapshot, $stats, $premiumKeywords (collection/array), $preheader */ // Top 4 premium keywords (already premium=true in payload) $prem = collect($premiumKeywords ?? []) ->sortByDesc(fn($r) => (float)($r['traffic_value'] ?? 0)) ->take(4) ->values(); // Stable “random” Top-3 position (2 or 3) per keyword $stableTop3 = function (string $name): int { return (crc32($name) % 2) ? 2 : 3; }; $continueUrl = $continueUrl ?? '#'; $annualUrl = $annualUrl ?? '#'; @endphp
{{ $preheader ?? "Your 7-day trial ends today. Keep your Top 3 premium positions — secure rankings now." }}

Last Chance – Rankings Expire Tonight

Your 7-day trial ends today. After midnight, these premium keyword positions could be lost:

@forelse($prem as $r) @php $name = (string)($r['keyword'] ?? '—'); $posTxt = '#' . $stableTop3($name); // force 2 or 3 (display only) $clicks = (float)($r['clicks'] ?? 0); // show actual clicks (no —) $value = (float)($r['traffic_value'] ?? 0); $valueTxt = $value > 0 ? '£' . number_format($value, 0) : '£0'; @endphp @empty @endforelse
Keyword Pos Clicks Value Status
{{ $name }} {{ $posTxt }} {{ number_format($clicks, 0) }} {{ $valueTxt }} Premium
No premium keywords available yet.

Don’t lose your top positions to competitors.
Continue for just £99/month – cancel anytime – and keep your advantage.

Secure Rankings Now

Continue for just £99/month.

✅ Keep My Rankings

💎 Save 50% – Annual plan (£594/year, 6 months free)

After today, keyword spots become available to competitors again.

© {{ date('Y') }} Reply Reviews Ltd · Unsubscribe

@include('emails.partials.open-pixel')