nuradocs.com Open in urlscan Pro
172.105.69.49  Public Scan

URL: http://nuradocs.com/templates/auth/verify.blade.php
Submission Tags: #phishing opendir_recursion Search All
Submission: On December 14 via api from FI — Scanned from FI

Form analysis 1 forms found in the DOM

POST {{ route('verification.resend', ['lang' => $lang]) }}

<form class="d-inline" method="POST" action="{{ route('verification.resend', ['lang' => $lang]) }}"> @csrf <button type="submit" class="btn btn-link p-0 m-0 align-baseline">{{ __('click here to request another') }}</button>. </form>

Text Content

@if ($config->favicon ?? null) @else @endif

@if ($message = Session::get('error'))
@if ($message == 'login_required') {{ __('Login is required') }}. {{ __('Please
login') }} {{ __('or') }} {{ __('register new account') }}. @endif
@endif


{{ __('VERIFY YOUR EMAIL ADDRESS') }}

@if (session('resent'))
{{ __('A fresh verification link has been sent to your email address.') }}
@endif {{ __('Before proceeding, please check your email for a verification
link.') }} {{ __('If you did not receive the email') }},
@csrf {{ __('click here to request another') }}.