@extends('layouts.app') @section('title', block('auth.reset.title_meta', $isRtl ? 'إعادة تعيين كلمة المرور' : 'Reset Password')) @section('content') {{ block('auth.reset.badge', $isRtl ? 'استعادة الحساب' : 'Account Recovery') }} {{ block('auth.reset.hero_title', $isRtl ? 'إعادة تعيين كلمة المرور' : 'Reset Password') }} {{ block('auth.reset.hero_subtitle', $isRtl ? 'أدخل كلمة المرور الجديدة لحسابك.' : 'Enter a new password for your account.') }} @csrf {{ block('auth.common.email', $isRtl ? 'البريد الإلكتروني' : 'Email') }} @error('email'){{ $message }}@enderror {{ block('auth.reset.new_password', $isRtl ? 'كلمة المرور الجديدة' : 'New Password') }} @error('password'){{ $message }}@enderror {{ block('auth.common.confirm_password', $isRtl ? 'تأكيد كلمة المرور' : 'Confirm Password') }} {{ block('auth.reset.submit', $isRtl ? 'إعادة تعيين كلمة المرور' : 'Reset Password') }} {{ block('auth.common.back_to_login', $isRtl ? 'الرجوع لتسجيل الدخول' : 'Back to Sign In') }} @endsection
{{ block('auth.reset.hero_subtitle', $isRtl ? 'أدخل كلمة المرور الجديدة لحسابك.' : 'Enter a new password for your account.') }}