@extends('auth.auth_layout') @section('title') 2FA Login - HRMS @endsection @section('auth_content')
@include('partials.new_alerts')
@csrf
Logo

2-Factor-Authentication

Please enter the OTP generated on your Authenticator App.

Ensure you submit the current one because it refreshes every 30 seconds.

@error('otp') {{ $message }} @enderror
Lost access to your 2FA code? Recover Account
@include('auth.partials.hrms_content')
@include('auth.partials.footer')
@endsection @push('auth_js') @endpush