Dear {{ $user->name }},
Thank you for joining our gym! We are excited to support you on your fitness journey.
Your admission for the {{ $plan->name }} plan has been successfully processed.
Membership Details:
- Member ID: {{ $user->member_id }}
- Start Date: {{ $subscription->start_date->format('d M Y') }}
- End Date: {{ $subscription->end_date->format('d M Y') }}
Your Login Credentials
You can access your dashboard to view your diet chart, schedule, and profile.
Login URL: {{ route('login') }}
Email: {{ $user->email }}
Password: {{ $generatedPassword }}
* Please change your password after logging in for the first time.
Please find your official admission receipt attached to this email.
If you have any questions, feel free to contact us.
Train Hard, Stay Healthy!