@extends('layouts.guest') @section('title', 'Authenticate account') @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

2-step verification

{{ __('Please confirm access to your account by entering the authentication code provided by your authenticator application.') }}

{{ __('Please confirm access to your account by entering one of your emergency recovery codes.') }}

@csrf
@endsection {{--
--}}