@include('layouts.head')
{{ __('Reset Password') }}

Reset your password with {{ AppSetting('title') }}.

Doctorly

{{ __('Hello,') }} {{ $user->first_name }} {{ $user->last_name }}

{{ __('Click here') }} to reset your {{ AppSetting('title') }} account password.

{{ __('If password reset request is not raised by you then immediately change your password to secure your account.') }}

{{ __('Thank you,') }}

{{ AppSetting('title') }}.

© {{ date('Y') }} {{ AppSetting('title') }}. Crafted with {{ __('by Themesbrand') }}

@include('layouts.footer-script')