{{-- TwoFactor verify view disabled --}} @section('content')
{{ __('Two-Factor Authentication') }}
@csrf
@error('code') {{ $message }} @enderror
@csrf
@endsection