@php $companyName = config('app.company_name', 'Reply Reviews Ltd'); $companyAddress = config('app.company_address', 'London, UK'); $registerUrl = url('register?email=' . urlencode($email)); $dashboardUrl = url('dashboard'); // Determine if this is for guest or signed-in users based on sequence phase $isGuest = $step->sequence->phase === 'cold-email-guest'; $ctaUrl = $isGuest ? $registerUrl : $dashboardUrl; $ctaText = $isGuest ? 'Get Started Free' : 'Go to Dashboard'; @endphp
Reply.Reviews REPLY.REVIEWS

{{ $step->subject }}

{!! nl2br(e($body)) !!}
{{ $ctaText }}