| Description | Details |
|---|---|
| Package Name | {{ $transaction->package->name }} |
| Package Type | {{ ucfirst($transaction->package->type) }} |
| Purchase Date | {{ $transaction->created_at->format('F d, Y \a\t H:i') }} |
| Completion Date | {{ $transaction->updated_at->format('F d, Y \a\t H:i') }} |
| Payment Method | {{ $transaction->payment_method_display }} |
| Server | {{ $transaction->server->name }} |
Your purchase has been successfully processed and your in-game benefits should be available within a few minutes. If you experience any issues or need support, please contact our team with your transaction ID: {{ $transaction->transaction_id ?? $transaction->uuid }}