@extends('auth.admin.admin-auth')
@section('auth-content')
Two Factor Authentication
- Never share your email and password to anyone.
- Protect yourself from malicious user by changing password regularly.
- Beware of social engineering.
Enter Your Authentication Code
@if (Auth::guard('admin')->check())
@endsection