Subscription Confirmed

Thank you for subscribing to our newsletter!

You will now receive our latest updates and news directly to your inbox.

@if(isset($subscriber))

Subscription Details:

Email: {{ $subscriber->email }}

@if($subscriber->name)

Name: {{ $subscriber->name }}

@endif

Date: {{ $subscriber->created_at->format('M d, Y') }}

@endif

If you did not request this subscription, you can unsubscribe here.