Store

Order New Services

Choose a product group and select the plan that fits your needs.

{{ $currency }} Currency selected automatically
@if (session('status'))
{{ session('status') }}
@endif @if ($errors->any())
{{ $errors->first() }}
@endif

Choose Product Group

@foreach ($groups as $group) {{ $group['label'] }} {{ $group['count'] }} plans @endforeach

Choose Your Plan

{{ $selectedGroupLabel }}

Current Pricing
@forelse ($products as $product) @php $cycle = array_key_first($product['available_cycles']); $price = $product['available_cycles'][$cycle]; @endphp
{{ $product['group_label'] }}

{{ $product['name'] }}

{{ \Illuminate\Support\Str::limit(strip_tags($product['description'] ?? 'Fast hosting service.'), 115) }}

@csrf
{{ $pricing->formatMoney($price, $currency) }}
    @foreach ($product['features'] as $feature)
  • {{ $feature }}
  • @endforeach
@empty
No plans are available in this group right now.
@endforelse