@component('mail::message')
# Verify Your Email Address ✉️
Hello **{{ $user->name ?? 'Valued Member' }}**,
Please click the button below to verify your email address and activate full access to your **Astro Wise** astrological profile and charts.
@component('mail::button', ['url' => $url, 'color' => 'primary'])
Verify Email Address
@endcomponent
If you did not create an account on Astro Wise, no further action is required.
Best regards,
**The Astro Wise Team**
@endcomponent