@extends('frontend.main_master') @section('page-context', 'two-factor') @push('styles') @endpush @section('content')
@if(!empty($isRegisterVerification)) Kaydınızı tamamlamak için {{ $maskedPhone ?? $user->phone }} numarasına gönderilen 6 haneli kodu girin. @else {{ t('two-factor-authentication-instruction') }} ({{ $maskedPhone ?? $user->phone }}) @endif
@if (session('success')) @endif {{-- SMS gönderilemedi uyarısı kaldırıldı; kullanıcı "Kodu tekrar gönder" ile devam edebilir --}} @php $remaining = session('remaining_attempts') ?? ($remainingAttempts ?? 5); @endphp @if ($remaining > 0 && $remaining < 5)