@extends('layouts.auth') @section('title', 'التحقق من المصادقة الثنائية') @section('styles') @endsection @section('content')

رمز التحقق المطلوب

أدخل الرمز المكون من 6 أرقام الظاهر في تطبيق Google Authenticator للمتابعة بأمان إلى حسابك.

التحقق من المصادقة الثنائية

أدخل رمز التحقق من تطبيق Google Authenticator

@if (session('error')) @endif
@csrf
@error('one_time_password')
{{ $message }}
@enderror
@csrf
{{ __('لم تتلق الرمز؟ تأكد من أن الوقت على هاتفك صحيح') }}
@endsection