@component('mail::message')
# Registration successfully completed
Hello {{ $user->name }},
Your registration completed successfully.
@if(isset($user->package_purchase_link) && !empty($user->package_purchase_link))
If you are not able to purchase package any how, you can purchase your package from here : {{ $user->package_purchase_link }}
@endif Thanks,