@component('mail::layout') @slot('header') @component('mail::header', ['url' => url('/')]) @endcomponent @endslot Hi **{{$user_data->name}}**,

Greetings!

You have successfully created the account with CloudComputingeasy, You can continue to login with your credentials to access your account dashboard.


Please find the login URL: {{url("/")}}

Your login details are:

Email :{{ ' ' . $user_data->email }}

Password :{{ ' ' . $password }}

We recommend that you change your password as soon as possible for added security.

Regards,
{{ config('app.name') }} @slot('footer') @component('mail::footer') Copyright {{ date('Y') }} CloudComputingeasy. All Rights Reserved @endcomponent @endslot @endcomponent