@extends('layouts.app') @section('content') @php $features = [ ['icon' => 'globe', 'text' => 'Access 50+ Currency Pairs'], ['icon' => 'bar-chart-3', 'text' => 'Real-time Market Analysis'], ['icon' => 'shield', 'text' => 'Regulated & Secure Trading'], ]; @endphp
{{-- Background Pattern --}}
{{-- Left Column - Main Content --}}
{{-- Main Headline --}}

Forex Server Hosting

Access global currency markets 24/7 with lightning-fast execution, competitive spreads, and professional-grade trading tools.

{{-- Features List --}}
@foreach ($features as $index => $feature)
@if ($feature['icon'] === 'globe') @elseif ($feature['icon'] === 'bar-chart-3') @elseif ($feature['icon'] === 'shield') @endif
{{ $feature['text'] }}
@endforeach
{{-- CTA Buttons --}}
{{-- Right Column - Illustration --}}
{{-- Main Chart Container --}}
{{-- Chart Header --}}
Live Trading
{{-- Simulated Chart --}}
{{-- Grid Lines --}}
@foreach (range(0, 4) as $i)
@endforeach
{{-- Chart Line --}} {{-- Floating Elements --}}
+2.45%
{{-- Trading Stats --}}
0.8ms
Execution
+$1,247
Today's P&L
50+
Pairs
{{-- Floating Cards --}}
GBP/USD +0.12%
USD/JPY -0.08%
@include('forexhosting.forexplans') @include('forexhosting.forexfeatures') @include('components.faqsectionone')
@include('components.clients')
@endsection