@extends('layouts.app') @section('title', block('auth.forgot.title_meta', $isRtl ? 'نسيت كلمة المرور' : 'Forgot Password')) @section('content') {{ block('auth.forgot.badge', $isRtl ? 'استعادة الحساب' : 'Account Recovery') }} {{ block('auth.forgot.hero_title', $isRtl ? 'نسيت كلمة المرور؟' : 'Forgot Password?') }} {{ block('auth.forgot.hero_subtitle', $isRtl ? 'أدخل بريدك الإلكتروني وسنرسل لك رابطاً لإعادة تعيين كلمة المرور.' : 'Enter your email and we will send you a reset link.') }} @if(session('status')) {{ session('status') }} @endif @csrf {{ block('auth.common.email', $isRtl ? 'البريد الإلكتروني' : 'Email') }} @error('email'){{ $message }}@enderror {{ block('auth.forgot.submit', $isRtl ? 'إرسال رابط الاستعادة' : 'Send Reset Link') }} {{ block('auth.common.back_to_login', $isRtl ? 'الرجوع لتسجيل الدخول' : 'Back to Sign In') }} @endsection
{{ block('auth.forgot.hero_subtitle', $isRtl ? 'أدخل بريدك الإلكتروني وسنرسل لك رابطاً لإعادة تعيين كلمة المرور.' : 'Enter your email and we will send you a reset link.') }}