@csrf
{{ App::getLocale() == 'tr' ? 'Türkçe' : 'English' }}
Türkçe
English
{{ __('auth_page.forgot_password') }}
{{ __('auth_page.forgot_password_notice') }}
@if (session('status'))
{{ session('status') }}
@endif @if ($errors->any())
{{ $errors->first() }}
@endif
{{ __('auth_page.send_reset_link') }}
{{ __('auth_page.back_to_login') }}