@php $features = [ [ 'icon' => 'mail', 'title' => "Advanced Email Management", 'description' => "Professional email hosting with advanced security, spam protection, and seamless integration across all devices." ], [ 'icon' => 'file-text', 'title' => "Real-time Document Collaboration", 'description' => "Create, edit, and share documents simultaneously with your team using Word, Excel, and PowerPoint online." ], [ 'icon' => 'calendar', 'title' => "Intelligent Calendar Scheduling", 'description' => "Smart scheduling with automated meeting coordination, room booking, and seamless calendar sharing capabilities." ], [ 'icon' => 'video', 'title' => "HD Video Conferencing", 'description' => "Host professional meetings with crystal-clear video, screen sharing, and recording features for up to 300 participants." ], [ 'icon' => 'shield', 'title' => "Enterprise-Grade Security", 'description' => "Advanced threat protection, data encryption, and compliance tools to keep your business data safe and secure." ], [ 'icon' => 'cloud', 'title' => "Cloud Storage & Backup", 'description' => "1TB+ of secure cloud storage per user with automatic backup, file versioning, and anywhere access to your files." ] ]; @endphp
{{-- Section Header --}}

Microsoft 365 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'] === 'mail') @elseif ($feature['icon'] === 'file-text') @elseif ($feature['icon'] === 'calendar') @elseif ($feature['icon'] === 'video') @elseif ($feature['icon'] === 'shield') @elseif ($feature['icon'] === 'cloud') @endif

{{ $feature['title'] }}

{{ $feature['description'] }}

@endforeach