@extends('admin.layout') @section('title', 'Google Authenticator Kurulumu') @section('content')

Google Authenticator

Yönetim paneline erişmek için iki adımlı doğrulamayı kurmanız zorunludur.

@if($errors->any())
@foreach($errors->all() as $e)
{{ $e }}
@endforeach
@endif
  1. Telefonunuza Google Authenticator uygulamasını yükleyin.
  2. Aşağıdaki QR kodu okutun veya anahtarı elle girin.
  3. Uygulamadaki 6 haneli kodu girerek kurulumu tamamlayın.
Google Authenticator QR

Manuel anahtar

{{ $secret }}
@csrf
@csrf
@endsection