|
Hi {{ $student->first_name }},
Thank you for purchasing a course!
We're happy to confirm that you have successfully purchased the course:
| Course Name: |
{{ $course->category->name }} → {{ $course->subcategory->name }} → {{ $course->name }} |
| Course Price: |
₹{{ number_format($course->discounted_price ?? $course->fees_MRP, 0, '.', ',') }} |
| Purchase Date: |
{{ now()->format('d M Y') }} |
You can now access your course by logging in to your dashboard.
Happy learning!,
- The AgeLess Institute Team
|