@extends('layouts.app') @section('content')
2FA
{!! csrf_field() !!}
@if ($errors->has('totp')) {{ $errors->first('totp') }} @endif
@endsection