@extends('user.layouts.app')
@section('title', 'إلغاء تفعيل المصادقة الثنائية')
@section('css')
@endsection
@section('content')
@svg('lucide-triangle-alert', ['class' => 'me-2 text-warning', 'width' => '20', 'height' => '20'])تحذير مهم!
سيؤدي إلغاء تفعيل المصادقة الثنائية إلى تقليل مستوى الأمان لحسابك. تأكد من أنك تريد المتابعة.
-
@svg('lucide-x-circle', ['class' => 'text-danger', 'width' => '16', 'height' => '16'])
تقليل مستوى الحماية
-
@svg('lucide-x-circle', ['class' => 'text-danger', 'width' => '16', 'height' => '16'])
زيادة خطر الاختراق
-
@svg('lucide-x-circle', ['class' => 'text-danger', 'width' => '16', 'height' => '16'])
الاعتماد على كلمة المرور فقط
-
@svg('lucide-x-circle', ['class' => 'text-danger', 'width' => '16', 'height' => '16'])
فقدان الحماية المتقدمة
-
@svg('lucide-circle-1', ['class' => 'text-warning', 'width' => '16', 'height' => '16'])
أدخل كلمة المرور الحالية
-
@svg('lucide-circle-2', ['class' => 'text-warning', 'width' => '16', 'height' => '16'])
أدخل رمز التحقق من Google Authenticator
-
@svg('lucide-circle-3', ['class' => 'text-warning', 'width' => '16', 'height' => '16'])
اضغط على زر إلغاء التفعيل
@if (session('success'))
{{ session('success') }}
@endif
@if (session('error'))
{{ session('error') }}
@endif
{{ __('تحذير!') }}
{{ __('سيؤدي هذا إلى إلغاء تفعيل المصادقة الثنائية لحسابك. سيصبح حسابك أقل أماناً.') }}
@endsection
@section('scripts')
@endsection