🎉

{{ get_phrase('Payment Successful') }}

{{ get_phrase('Your courses are now available!') }}

{{ get_phrase('Congratulations') }}, {{ $user->name }}! 🎊

{{ get_phrase('We have successfully processed your payment. Your courses are now available for immediate access. Thank you for your purchase!') }}

💳 {{ get_phrase('Payment Details') }}
{{ get_phrase('Virtual Account') }}
{{ chunk_split($payment->va_number, 4, ' ') }}
{{ get_phrase('Amount Paid') }} Rp {{ number_format($payment->total_amount, 0, ',', '.') }}
{{ get_phrase('Payment Date') }} 📅 {{ optional($payment->paid_at)->format('l, F d, Y \a\t H:i') }}
{{ get_phrase('Transaction ID') }} #{{ $payment->id }}
@if($courses->count() > 0)
📚 {{ get_phrase('Your Courses Are Now Available') }}
@foreach($courses as $course)
{{ $course->title }}
@endforeach
@endif
🚀 {{ get_phrase('What You Can Do Now') }}
  • {{ get_phrase('Access all course materials immediately') }}
  • {{ get_phrase('Join course discussions and forums') }}
  • {{ get_phrase('Complete assignments and quizzes') }}
  • {{ get_phrase('Track your learning progress') }}

{{ get_phrase('If you need any assistance with your courses, our support team is always ready to help.') }}

{{ get_phrase('Happy Learning!') }} 📚✨