HV Pulse

Mobile App Download

Use a one-time passcode to generate a short-lived download link. After verification, you can scan the QR code from your phone or open the link directly.

1. Enter OTP Use the code from your authenticator app.
2. Scan QR Open the signed APK download link on your Android device.
3. Install APK Allow installation from this source if Android prompts for it.
@if (!empty($downloadUrl) && !empty($downloadQrSvg))
Signed Download Link

Scan this QR code with your phone camera. The link expires at {{ $expiresAt->format('d M Y H:i') }}.

{!! $downloadQrSvg !!}
Open Download Link

If scanning fails, open or copy the link manually.

@else
@csrf @error('otp')
{{ $message }}
@enderror
@endif