@extends('admin.layouts.master') @section('page-header') @endsection @section('content')
Google 2FA إعداد
@if (session('error'))
{{ session('error') }}
@endif @if (session('success'))
{{ session('success') }}
@endif @if (!$admin->google2fa_enabled)
@csrf
{!! $inlineUrl !!}
{{ $secret }}
@else
تم تفعيل Google 2FA لهذا الحساب.
@endif
@endsection