@extends('adminlte::auth.auth-page', ['auth_type' => 'login']) @section('title', __('global.2FA Authenication')) @section('auth_header', __('global.2FA Authenication')) @section('auth_body') @if(session('resent')) @endif
@csrf
@if($errors->has('authentication_code'))
{{ $errors->first('authentication_code') }}
@endif
@endsection @section('auth_footer')

{{ __('global.Resend Authentication code') }}

@stop