@extends('layouts.auth') @section('content')
@include('partials.alerts')
@lang('auth.two_factor')

@lang('auth.two_factor_check')

@csrf
@if ($errors->has('code')) @endif
@if ($errors->has('code')) @endif
@endsection