@section("title", "2 Step Verification") @include("Dashboard.layouts.head")
Please enter the OTP code
to verify your account
A OTP code has been sent to
@php list($username, $domain) = explode("@", Helper::get_user_authenticated()->email); @endphp
{{ substr($username, 0, 2) . '******@' . $domain}}
@csrf
Validate
Didn't get the code
Resend code
@include('Dashboard.layouts.notification')