@if (!siteUrlSettings('site_logo') && !siteUrlSettings('site_icon'))

{{ siteUrlSettings('site_name') ?? 'Code Pagol' }}

@endif

{{ __('Two-Factor Authentication') }}

@csrf
{{ __('Please confirm access to your account by entering the authentication code provided by your authenticator application.') }}
{{ __('Please confirm access to your account by entering one of your emergency recovery codes.') }}
@session('status')
{{ $value }}
@endsession
{{ __('Log in') }}