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

Welcome to {{ config('app.name') }}. You are successfully registered as Customer with {{ env('APP_NAME') }}.

Below are the details of your account

Name : {{ $user->name }}

Email : {{ $user->email }}

Phone : {{ $user->phone }}

Click this link to activate your account. : {{ route('user-approve',[' user_id' => $user->id,'token' => $user->token])}}

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