Initial commit
This commit is contained in:
21
resources/views/emails/members/activated.blade.php
Normal file
21
resources/views/emails/members/activated.blade.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<x-mail::message>
|
||||
# Membership Activated!
|
||||
|
||||
Congratulations, {{ $member->full_name }}!
|
||||
|
||||
Your membership has been activated and you now have full access to all member benefits.
|
||||
|
||||
**Membership Details:**
|
||||
- **Type:** {{ $member->membership_type_label }}
|
||||
- **Start Date:** {{ $member->membership_started_at->format('Y-m-d') }}
|
||||
- **Expiry Date:** {{ $member->membership_expires_at->format('Y-m-d') }}
|
||||
|
||||
You can now access exclusive resources, participate in events, and enjoy all member privileges.
|
||||
|
||||
<x-mail::button :url="route('member.dashboard')">
|
||||
View Your Membership
|
||||
</x-mail::button>
|
||||
|
||||
Thanks,<br>
|
||||
{{ config('app.name') }}
|
||||
</x-mail::message>
|
||||
Reference in New Issue
Block a user