@php /** * Bespoke "Welcome" hero. Copy is pre-resolved by WelcomeNotification's * resolveWelcomeCopy() based on UTM source — this template just composes. * * @var string $greetingName * @var string $eyebrow Small uppercase label above heading. * @var string $heading H1 line (HTML allowed). * @var string $intro Paragraph after heading. * @var string $actionUrl Primary CTA href ("Start Free Analysis"). * @var string $unsubscribeUrl * @var array $steps * @var string $founderName First name used to personally sign the welcome. */ $steps = $steps ?? []; $founderName = $founderName ?? config('lifecycle.founder_name', 'Sahil'); @endphp {{-- 3-step quickstart table --}} @if (! empty($steps)) @foreach ($steps as $i => $step) @endforeach
{{ $step['number'] ?? str_pad((string) ($i + 1), 2, '0', STR_PAD_LEFT) }}

{{ $step['title'] ?? '' }}

{!! $step['description'] ?? '' !!}

@endif {{-- Personal founder sign-off — a real person, not "the Team". --}}

Stuck on any of it? Just reply — that email reaches me directly.

— {{ $founderName }}

Founder, {{ config('app.name') }}

Start Free Analysis

If you have any questions, reply to this email — we read everything.

Manage email preferences