@if(app()->getLocale() === 'ar') @else @endif

{{ __('Forgot Password?') }}

{{ __("Enter your email and we'll send a reset link.") }}

@if(session('status')) @endif @if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{ __("No problem! Just enter your email and we'll send you a password reset link.") }}
@csrf