@if (loaderImages() == '#')
@else
@endif
{{-- Gautam add if condition getting user data --}} @php $user = $viewData->first(); @endphp {{-- Gautam end if condition getting user data --}}
Reset Password
Back To Login page
Email
SMS
{{-- Gautam started changing the code --}}
@csrf {{--
--}}
Email :
Send OTP
@csrf {{--
--}}
Mobile Number :
Send OTP
{{-- Gautam Ending changing the code --}}
@if (session('error'))
{{ session('error') }}
@endif @if (session('success'))
{{ session('success') }}
@endif
{{--
--}}
@csrf {{-- Gautam Starting changing the code --}}
Verify Your OTP !
Enter 4-digit OTP from email.
{{--
--}}
Confirm
Resend OTP (
60
s)
{{-- Gautam Ending changing the code --}}
@if(session('error'))
{{ session('error') }}
@endif @if(session('success'))
{{ session('success') }}
@endif