@extends('two-factor::layout') @section('card-body')
@csrf

{{ trans('two-factor::messages.continue') }}

@if($errors->hasAny())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@endsection