@extends('adminlte::auth.auth-page', ['auth_type' => 'login']) @section('auth_header')
Enter the 6-digit code sent to your email.
@stop @section('auth_body') {!! html()->form('POST', route('otp.verify'))->id('otpForm')->class('validate-form')->open() !!} {!! html()->token() !!} {{-- OTP field --}}