Two-Factor Authentication
@if($qrCode)
{!! $qrCode !!}
Scan this QR code with Google Authenticator and enter the 6-digit code below.
@endif
@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@if (session('success'))
{{ session('success') }}
@endif