@extends('layouts.app') @section('content')
@lang('auth.two_factor')

@lang('auth.two_factor_check')

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