|
Dear {{ $user->name }},
Congratulations. Your account upgrade request has been successfully processed.
Your account has now been upgraded and all associated privileges, benefits, and features for your new account tier have been activated.
|
Account Upgrade Summary
New Account:
{{ $accountType->name }}
Upgrade Fee:
{{ number_format($accountType->price_per_year, 2) }}
@if(!empty($accountType->description))
Description:
{{ $accountType->description }}
@endif
Status:
Successful
|
Upgrade Completed Successfully
Your account has been upgraded and the applicable upgrade fee has been deducted from your available balance.
|
A notification has also been added to your dashboard for reference. You may now enjoy the benefits available with your new account level.
|