@extends('layouts.base', ['title' => 'Confirm Password']) @section('content')
dark logo logo

Confirm Password ! | IN+

We've emailed you a 6-digit verification code. Please enter it below to confirm your email address

@csrf

Use 8+ characters with letters, numbers & symbols.

@if ($errors->get('password'))
    @foreach ((array) $errors->get('password') as $message)
  • {{ $message }}
  • @endforeach
@endif

Don’t have a code? Resend or Call Us

Return to Sign in

© 2014 - INSPINIA — by WebAppLayers

@endsection @section('scripts') @vite(['resources/js/pages/auth-two-factor.js','resources/js/pages/auth-password.js']) @endsection