🎓

{{ get_phrase('Course Purchase Confirmation') }}

{{ get_phrase('Your learning journey begins here!') }}

{{ get_phrase('Hello') }}, {{ $user->name }}! 👋

{{ get_phrase('Thank you for choosing to learn with us! Your course purchase has been successfully created. Please complete your payment using the Virtual Account details below before it expires to secure your access.') }}

💳 {{ get_phrase('Payment Details') }}
{{ get_phrase('Virtual Account') }}
{{ $payment->va_number }}
{{ get_phrase('Total Amount') }} Rp {{ number_format($payment->total_amount, 0, ',', '.') }}
{{ get_phrase('Payment Status') }} @if($payment->status == 0) ⏳ {{ get_phrase('Waiting for Payment') }} @elseif($payment->status == 1) ✅ {{ get_phrase('Payment Successful') }} @else ❌ {{ get_phrase('Payment Expired') }} @endif
{{ get_phrase('Valid Until') }} 🗓️ {{ \Carbon\Carbon::parse($payment->expired_at)->locale('id')->translatedFormat('l, d F Y \p\u\k\u\l H:i') }}
@if($courses->count() > 0)
📚 {{ get_phrase('Your Selected Courses') }}
@foreach($courses as $course)
{{ $course->title }}
@endforeach
@endif
📋 {{ get_phrase('Payment Instructions') }}
  • {{ get_phrase('Go to ATM or Mobile Banking BTN') }}
  • {{ get_phrase('Select menu "Transfer" or "Payment"') }}
  • {{ get_phrase('Choose "Virtual Account" or "VA" option') }}
  • {{ get_phrase('Enter your Virtual Account number exactly as shown above') }}
  • {{ get_phrase('Confirm the amount matches exactly') }}
  • {{ get_phrase('Complete the payment before expiry time') }}

{{ get_phrase('Once your payment is completed, you will receive another email with access details.') }}

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