@extends('core::email') @section('content')

A request to reset the password associated with your account has been received. Click on the Reset Password button below.

Note: If you had not made this request, please ignore this email.

@stop @section('callToAction')
    Reset Password    

If you cannot click on the above button, please copy and paste the link below in your browser:

{{ $host }}/reset-password/{{ $token }}

@stop