@if (app()->getLocale() == 'en') {{ __('Reset password email') }}
ICTM

{{ __('Reset password email') }}

{{ __('Dear') }} {{ $data['username'] }},

{{ __('We have received a request to reset your password. To proceed with the password reset, please follow the instructions below:') }}

  1. {{ __('Click on the following link to access the password reset page:') }}
  2. {{ __('Reset Password') }}
  3. {{ __('Once on the password reset page, follow the on-screen instructions to set a new password.') }}

{{ __('If you did not initiate this password reset request, please ignore this email or contact our support team immediately.') }}

{{ __('Thank you for your attention and cooperation in the password reset process.') }}

{{ __('Reset Password') }}

{{ __('Contact us:') }}

{{ __('Website:') }} {{ $data['companyWebsite'] }}

@endif @if (app()->getLocale() == 'ar') {{ __('Reset password email') }}
{{ __('Company Logo') }}

{{ $data['companyName'] }}

{{ __('Reset password email') }}

{{ __('Dear') }} {{ $data['username'] }},

{{ __('We have received a request to reset your password. To proceed with the password reset, please follow the instructions below:') }}

  1. {{ __('Click on the following link to access the password reset page:') }}
  2. {{ __('Reset Password') }}
  3. {{ __('Once on the password reset page, follow the on-screen instructions to set a new password.') }}

{{ __('If you did not initiate this password reset request, please ignore this email or contact our support team immediately.') }}

{{ __('Thank you for your attention and cooperation in the password reset process.') }}

{{ __('Reset Password') }}

{{ __('Contact us:') }}

{{ __('Website:') }} {{ $data['companyWebsite'] }}

@endif