@php $firstName = trim(explode(' ', trim((string) ($user->name ?? 'Customer')))[0] ?? 'Customer') ?: 'Customer'; $businessName = trim((string) ($business->name ?? 'your business')) ?: 'your business'; @endphp Guest dashboard preview
Reply.Reviews

Hi {{ $firstName }}, your guest dashboard for {{ $businessName }} is ready.

We prepared a guest-dashboard preview so you can explore the invite and reply flow using your business details.

@if ($isPaidUser) Because you already have a paid plan, we’ll send you into your real dashboard after the preview popup instead of showing upgrade prompts. @else When the preview finishes, you can continue into the dashboard or upgrade from the guest flow. @endif

Open guest dashboard

Direct link: {{ $dashboardUrl }}