| IMPORTANT! |
We only accept one order at a time, you can only accept another after confirmation or rejection. |
|
| Service |
{{ $webTransaction->coins }} Coins |
| Price |
{{ $webTransaction->price }} {{ $webTransaction->payment_method }} |
|
@switch($webTransaction->payment_method)
@case('Medivia Coins')
| Server: |
{{ $webTransaction->server_name }} |
| Receiver Name: |
{{ $webTransaction->receiver_name }} |
Your character needs to send a Parcel containing {{ $webTransaction->price }} Medivia Coins to the character {{ $webTransaction->receiver_name }} in {{ $webTransaction->server_name }} server on city {{ \App\Http\Controllers\Payment\MediviaCoinsController::getCityByName($webTransaction->server_name) }}.
To complete the order, click confirm, we advise you to send the Medivia Coins before ordering to avoid misunderstandings. |
@break
@default
| Receiver Name: |
{{ $webTransaction->receiver_name }} |
| To complete the order, click confirm, we advise you to send the {{ $webTransaction->payment_method }} before ordering to avoid misunderstandings. |
@endswitch
|
|
|