@extends('layouts.default') @section('content')

{{__('İşlem Doğrulama')}}

{{__('Test OTP Doğrulama Sayfası')}}

@if ($errors->any())
@foreach ($errors->all() as $error) {{ $error }} @endforeach
@endif
@csrf
{{__('E-posta adresinize gönderilen 6 haneli kodu giriniz')}}

{{__('Doğrulama kodu 5 dakika boyunca geçerlidir')}}

@endsection