@php $pricingData = [ [ "name" => "Proxy Plan - 2GB RAM", "ram" => "2 GB", "speed" => "500 MBPS", "price" => 400, "originalPrice" => 500, ], [ "name" => "Proxy Plan - 4GB RAM", "ram" => "4 GB", "speed" => "1 GBPS", "price" => 500, "originalPrice" => 600, ], [ "name" => "Proxy Plan - 8GB RAM", "ram" => "8 GB", "speed" => "1 to 3 GBPS", "price" => 900, "originalPrice" => 1000, ], [ "name" => "Proxy Plan - 16GB RAM", "ram" => "16 GB", "speed" => "2 to 3 GBPS", "price" => 1300, "originalPrice" => 1500, ], [ "name" => "Proxy Plan - 32GB RAM", "ram" => "32 GB", "speed" => "3 to 4 GBPS", "price" => 3200, "originalPrice" => 3500, ], [ "name" => "Proxy Plan - 64GB RAM", "ram" => "64 GB", "speed" => "3 to 5 GBPS", "price" => 4500, "originalPrice" => 4800, ], ]; @endphp

Proxy Server Plans

Choose the perfect plan based on your RAM and speed requirements

{{-- Desktop Table --}} {{-- Mobile Cards --}}
@foreach ($pricingData as $plan)
{{ $plan['ram'] }} /m
{{ $plan['speed'] }}
Buy Now
@endforeach
{{-- Note --}}

All plans include unlimited bandwidth and 24/7 customer support