@if ($verificationSuccess)
{{ $frontSetting->register_success_text ?? 'Thank you for registration. Please login to get started' }}
@if (isset($email))
@endif
Your account is secure and activated
@else
{{ $frontSetting->error_contact_support ?? 'Invalid or expired verification link. Please contact support.' }}
@endif
@endsection