@php $features = [ [ 'icon' => 'trending-up', 'title' => "Advanced Trading Analytics", 'description' => "Get real-time market insights and technical analysis tools to make informed trading decisions in volatile forex markets." ], [ 'icon' => 'zap', 'title' => "Ultra-Low Latency Execution", 'description' => "Execute trades at lightning speed with our optimized infrastructure designed for high-frequency forex trading." ], [ 'icon' => 'bar-chart-3', 'title' => "Multi-Currency Dashboard", 'description' => "Monitor multiple currency pairs simultaneously with customizable charts and real-time price feeds." ], [ 'icon' => 'globe', 'title' => "Global Market Access", 'description' => "Trade major, minor, and exotic currency pairs across international markets with 24/5 availability." ], [ 'icon' => 'users', 'title' => "Expert Trading Support", 'description' => "Get guidance from experienced forex traders and market analysts available around the clock." ], [ 'icon' => 'award', 'title' => "Regulated & Secure Platform", 'description' => "Trade with confidence on our fully regulated platform with bank-grade security and fund protection." ] ]; @endphp
{{-- Section Header --}}

Powerful Hosting Features

Everything you need to build and grow your website with confidence, backed by enterprise-grade infrastructure. "Fast, affordable & fully optimized shared hosting for growing websites."

{{-- Features Grid --}}
@foreach ($features as $feature)
@if ($feature['icon'] === 'trending-up') @elseif ($feature['icon'] === 'zap') @elseif ($feature['icon'] === 'bar-chart-3') @elseif ($feature['icon'] === 'globe') @elseif ($feature['icon'] === 'users') @elseif ($feature['icon'] === 'award') @endif

{{ $feature['title'] }}

{{ $feature['description'] }}

@endforeach