Frame

{{ ___('common.reset_password') }}

{{ ___('common.hello_user') }} {{$data->email}}

{{ ___('common.you_are_receiving_this_email_because_a_request_has_been_received_to_change_the_password_from ') }} {{ env('APP_NAME') }}

{{ ___('common.click_the_link_below_to_reset_your_password') }} {{ env('APP_NAME') }}

{{ ___('common.this_link_will_expire_in_15_minutes_and_can_only_be_used_once') }}

{{ ___('common.or') }}

{{ ___('common.if_the_button_above_does_not_work_paste_this_link_into_your_web_browser') }}

{{ route('reset-password', [$data->email, $data->token]) }}

{{ ___('common.if_you_did_not_make_this_request_please_contact_us_or_ignore_this_message') }}