@extends('layouts.blank') @section('content')

Verify Two Factor Code

If you lose access to your 2FA device, contact the admins.
@csrf
@if ($errors->has('code')) {{ $errors->first('code') }} @endif
Logged in as: {{Auth::user()->username}} Logout
@endsection