@component('mail::message') @slot('header') Forgot Your Password? @endslot @slot('name') {{ucwords($data['name'])}} @endslot {{-- Body --}}
We have received a request to reset the password of your account with {{env('APP_NAME')}}.
Please click the Reset Password button below to continue.
If you're having trouble clicking the Reset Password button, copy and paste the URL below into your web browser: {{$data['url']}}
@endslot @endcomponent