@component('mail::layout')
Hi **{{$user->name}}**,
Thank you for getting the subscription from CloudComputing
your Payment amount is USD : {{$payment->amount}}
Regards,
{{ config('app.name') }}
@slot('footer')
@component('mail::footer')
Copyright {{ date('Y') }} CloudComputingeasy. All Rights Reserved
@endcomponent
@endslot
@endcomponent