@extends('layouts.contentLayoutMaster') @section('title', 'Two Factor Authentication') @section('content')
@csrf

Please insert 6 digit two-factor code which send your email

@if($errors->has('two_factor_code'))

{{ $errors->first('two_factor_code') }}

@endif
@endsection @section('page-script') @endsection