@extends('dashboard.user.layouts.app') @section('content')

{{ $title }}

{{--
Email-Based Two-Factor Authentication
Add an extra layer of security to your account
--}} {{--
--}} {{ $user->two_factor_enabled->label() }} Current Status

When enabled, a 6-digit verification code will be sent to your email address {{ $user->email }} each time you log in to your account.

@if (!$user->twoFactorEnabled())
@csrf @else
@csrf @endif {{--
--}}
@endsection