@extends('layouts.contentLayoutMaster') @section('title', 'Two Factor Authentication') @section('content') @csrf Two Factor Code Please insert 6 digit two-factor code which send your email @if($errors->has('two_factor_code')) {{ $errors->first('two_factor_code') }} @endif {{__('locale.buttons.save_changes')}} @endsection @section('page-script') @endsection
Please insert 6 digit two-factor code which send your email
{{ $errors->first('two_factor_code') }}