@extends('layouts.app') @section('content')
@if(session()->has('message'))

{{ session()->get('message') }}

@endif
{{ csrf_field() }}

Two Factor Verification

You have received an email which contains two factor login code. If you haven't received it, press here.

@if($errors->has('two_factor_code'))
{{ $errors->first('two_factor_code') }}
@endif
@endsection