@extends('admin.layout') @section('title', 'Google Authenticator Doğrulama') @section('content')

Doğrulama Gerekli

Güvenlik için Google Authenticator kodunuzu girin. Oturum {{ config('security.staff_2fa_ttl_minutes', 120) }} dakika geçerlidir.

@if($errors->any())
@foreach($errors->all() as $e)
{{ $e }}
@endforeach
@endif
@csrf
@csrf
@endsection