@component('mail::message')
Hello Channel Partner {{ $partner->name }}
Congratulations! You have a new referral subscription.
Your referred customer {{ $user->name }} has purchased a new package {{ $subscription->name }}.
@if($subscription->code == "7001" || $subscription->code == "2001" || $subscription->code == "4001" || $subscription->code == "6001")For details, please login to your channel partner portal.
@component('mail::button', ['url' => config('app.url').'/login'])Login to Channel Partner Portal
@endcomponent @endif
Thanks,
Innoplore Team