@extends('layouts.site') @section('title', 'İki Faktörlü Doğrulama') @section('content')

İki Faktörlü Doğrulama

Authenticator uygulamanızdaki 6 haneli kodu girin.

@if ($errors->any())
@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
@endif
@csrf
@endsection