@include('panel.layouts.meta_tags_social')
@csrf
إعادة تعيين استعادة كلمة المرور
الآن يمكنك إعادة تعيين كلمة المرور الخاصة بك
@if (session('status'))
{{ session('status') }}
@endif
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
@if ($errors->has('password'))
{{ $errors->first('password_confirmation') }}
@endif
{{ __('إعادة تعيين كلمة المرور') }}