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

Your Request for refunded option is accepted,and the required amount will be credited to your account in few days.

Note: Hereafter, your subscription plan is closed, and you cannot access the artifacts anymore. You need to purchase the product again for re-subscription.

USD : {{$payment->amount}}

@else

Your Request for refunded option is rejected,Please contact us for more details about the request.

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