@extends('adminlte::auth.auth-page', ['auth_type' => 'login']) @section('adminlte_css_pre') @stop @section('auth_header', 'Verifica in Due Passaggi') @section('auth_body')

Inserisci il codice di autenticazione per procedere

@if ($errors->any())
@endif
@csrf
@error('code') {{ $message }} @enderror
@csrf
@error('recovery_code') {{ $message }} @enderror
@endsection @section('auth_footer')

Torna al login

@endsection