@php $isReset = request()->get('tab') === 'reset-password'; @endphp
{{ $isReset ? 'Password reset successful' : "You're all set up" }}
{{ $isReset ? 'Your password has been updated. You can now sign in with your new password.' : 'Your account has been verified and is ready to use.' }}
Go to sign in