Payment Successful!

${{ number_format($amount, 2) }}

Your payment has been processed successfully.

What Happens Next?

@if(isset($medicationOrder) && $medicationOrder)

Your Medication Order

Order #{{ $medicationOrder->id }} has been created and is pending review.

@if($medicationOrder->items->count() > 0)

Medications:

    @foreach($medicationOrder->items as $item)
  • @if($item->medication) {{ $item->medication->name ?? $item->medication->generic_name }} ({{ $item->requested_dosage }}) - Qty: {{ $item->requested_quantity }} @else {{ $item->custom_medication_name }} - Qty: {{ $item->requested_quantity }} @endif
  • @endforeach
@endif
@endif

📌 Your subscription is now active. You can manage your subscription in your account settings.

📲 Text Notifications Sent At:

• Medication shipped ✅

📧 Need help? Contact support:

💡 If your doctor requires additional info, they will email you for clarification!