@php $features = [ [ 'icon' => 'dollar-sign', 'title' => "Affordable Proxy", 'description' => 'Need lots of proxies within budget? Webshare Proxy is the perfect fit. Plans starting at /mo.', ], [ 'icon' => 'zap', 'title' => "Fast Proxy Servers", 'description' => "Proxy servers are optimized to handle fast traffic from all around the world. All proxy servers have dedicated Gigabit line to connect to internet.", ], [ 'icon' => 'settings', 'title' => "Fully Customizable", 'description' => "Configure countries, bandwidth, threads and speed. Not sure? Start small and customize as you go. No commitments required.", ], [ 'icon' => 'shield', 'title' => "Fully Private", 'description' => "Your daily proxy activity is safe with us. Your private information is never shared with 3rd parties.", ], ]; @endphp
{{-- Features Section --}}

Proxy Server Features

How are the proxy servers different from private proxy and dedicated proxy ?

@foreach ($features as $feature)
@if ($feature['icon'] === 'dollar-sign') @elseif ($feature['icon'] === 'zap') @elseif ($feature['icon'] === 'settings') @elseif ($feature['icon'] === 'shield') @endif

{{ $feature['title'] }}

{!! $feature['description'] !!}

@endforeach