Initial commit

This commit is contained in:
2025-11-20 23:21:05 +08:00
commit 13bc6db529
378 changed files with 54527 additions and 0 deletions

View 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>