@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
![]() |
|||||
Hi {{ optional($user)['first_name'] }} {{ optional($user)['last_name'] }} @yield('slot') |
|||||
|