@component('mail::message')
# Introduction
We have received a request to reset the password for Connect account associated with {{$body['email']}} You can reset your password by clicking the link below,
@component('mail::button', ['url' => $body["url"]])
Reset
@endcomponent
Thanks,
{{ config('app.name') }}
@endcomponent