@slot('title', __('Authenticator 2FA'))
@if (session()->has('alert')) @slot('type', session('alert')['type']) @slot('msg', session('alert')['msg']) @endif
{{__('Authenticator 2FA')}}

{{__('Enter the code shown on the Authenticator app')}}

@csrf

@error('username') {{ $message }} @enderror

@csrf