@php $title = $title ?? 'Need help?'; $description = $description ?? 'Use the help guides when the fastest next step is still unclear.'; $showReset = $showReset ?? false; $showLogin = $showLogin ?? false; @endphp

{{ $title }}

{{ $description }}

Read signup and login help Open troubleshooting @if($showReset) Reset password @endif @if($showLogin) Open login @endif