@extends("general_base") @section("title", "Two-Factor Authentication") @section("style") @endsection @section("content")

Two-Factor Authentication

Please enter the verification code from your authenticator app

@error('code')
{{ $message }}
@enderror
@csrf
Lost access to your authenticator app?
@push('scripts') @endpush @endsection