@component('mail::message')
Hello {{ $user->name }},

Welcome to {{ config('app.name') }}. You are reset password link as Customer with {{ env('APP_NAME') }}.

Below are the details of your account

Name : {{ $user->name }}

Email : {{ $user->email }}

Click this link to areset password of your account. : {{ url('user/reset-password/'.$user->token)}}

Thanks,
{{ env('APP_NAME') }} @endcomponent