@extends('layouts.master-auth') @section('title', 'Modernize Bootstrap Admin') @section('pageContent')

{{ __('2fa.title') }}

{{ __('2fa.subtitle') }}

@csrf
@for ($i = 0; $i < 6; $i++) @endfor
@error('code')
{{ $message }}
@enderror
@csrf
@endsection