@php $learnMoreUrl = 'https://evcx.co.uk/learnmore'; $referralUrl = 'https://evcx.co.uk/affiliate-'; $videoUrl = 'https://evcx.co.uk/real-robots'; $registerUrl = 'https://evcx.co.uk/auth'; $user = collect([ 'email' => 'email@email', 'first_name' => 'First Name', ]) @endphp {{ $subject ?? 'Email' }}
Hi {{ optional($user)['first_name'] }} {{ optional($user)['last_name'] }}
@yield('slot')
@if(isset($actionText) && isset($actionUrl)) {{ $actionText }} @endif {{-- --}}
Register Watch Video
{{--
Learn More Referral Program
--}}