@php $page_title="OTP Verify"; @endphp @section('title') {{$page_title??""}} @endsection
@csrf

{{ $page_title }}

@error('username')
{{ $message }}
@enderror @error('password')
{{ $message }}
@enderror @if ($errors->has('code'))
{{ $errors->first('code') }}
@endif

{{__("laravel-otp-login::messages.hero_text", ["digit" => config("otp.otp_digit_length", 6)])}}


(Only select on a trusted secure device not on public locations)
(Please enter your device name like Home Device, Office Device or your computer name etc)
(If any default device linked with your account will be replaced with this new device)
or

{{ __('laravel-otp-login::messages.otp_not_received') }}
@section('scripts') @endsection