@extends('layouts.plain') @section('content')
Two-Factor Authentication
@csrf

Two-factor code has been sent to:

Email: {{ Str::limit(auth()->user()->email, 3) }}***{{ Str::afterLast(auth()->user()->email, '@') }}

@if(auth()->user()->phone_number)

Phone: {{ substr(auth()->user()->phone_number, 0, 2) }}******{{ substr(auth()->user()->phone_number, -2) }}

@endif
@error('code') {{ $message }} @enderror
@if($code_expired) @endif Back to Login

© Smart Media. Crafted with

@endsection @section('page-specific-script') @endsection