@include('components.head') @include('components.header') @include('components.modal')
Pay with

Select your current rank and division

Stripe

Mastercard
Billing details

Select the number of games

Checkout

{{ $orderDetails['order-type'] }}

@if ($orderDetails['order-type'] === 'Valorant Rank Boost')

{{ $orderDetails['current-tier'] }} I

{{ $orderDetails['desired-tier'] }} I

@php $options = []; if($orderDetails['offlinechat'] === 'on') { $options[] = 'Appear Offline On Chat ✓'; } if($orderDetails['specificagents'] === 'on') { $options[] = 'Specific Agents ✓'; } if($orderDetails['priorityorder'] === 'on') { $options[] = 'Priority Order ✓'; } if($orderDetails['bonuswin'] === 'on') { $options[] = '+1 Bonus Win ✓'; } echo implode(', ', $options); @endphp

@endif @if ($orderDetails['order-type'] === 'Valorant Unrated Boost')

{{ $orderDetails['number_of_wins'] }}

Games

@php $options = []; if($orderDetails['offlinechat'] === 'on') { $options[] = 'Appear Offline On Chat ✓'; } if($orderDetails['specificagents'] === 'on') { $options[] = 'Specific Agents ✓'; } if($orderDetails['priorityorder'] === 'on') { $options[] = 'Priority Order ✓'; } if($orderDetails['bonuswin'] === 'on') { $options[] = '+1 Bonus Win ✓'; } echo implode(', ', $options); @endphp

@endif @if ($orderDetails['order-type'] === 'Valorant Net Win Boost')

{{ $orderDetails['current-tier'] }} I

{{ $orderDetails['number_of_wins'] }}

Net Win

@php $options = []; if($orderDetails['offlinechat'] === 'on') { $options[] = 'Appear Offline On Chat ✓'; } if($orderDetails['specificagents'] === 'on') { $options[] = 'Specific Agents ✓'; } if($orderDetails['priorityorder'] === 'on') { $options[] = 'Priority Order ✓'; } if($orderDetails['bonuswin'] === 'on') { $options[] = '+1 Bonus Win ✓'; } echo implode(', ', $options); @endphp

@endif @if ($orderDetails['order-type'] === 'Valorant Placements Boost')

{{ $orderDetails['current-tier'] }} I

{{ $orderDetails['number_of_wins'] }}

Games

@php $options = []; if($orderDetails['offlinechat'] === 'on') { $options[] = 'Appear Offline On Chat ✓'; } if($orderDetails['specificagents'] === 'on') { $options[] = 'Specific Agents ✓'; } if($orderDetails['priorityorder'] === 'on') { $options[] = 'Priority Order ✓'; } if($orderDetails['bonuswin'] === 'on') { $options[] = '+1 Bonus Win ✓'; } echo implode(', ', $options); @endphp

@endif

Promo Code

@if($orderDetails['cupon_code'])
  • Order Price
    $ 120.00
  • Discount
    $ -20.00
@endif
  • Total Amount

    {{ $paymentsData->currency_symbol }} {{ $paymentsData->amount }}

@include('components.footer') @include('components.offcanvas') @include('components.js')