@extends('admin.layout.admin_auth') @section('content')
@if(session()->has('message'))

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

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

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

@endif

Two Factor Verification

@csrf
Resend verification to the sign in.
@endsection