@php $plans = [ [ "name" => "Basic", "price" => 163, "originalPrice" => 326, "savings" => "50%", "description" => "Perfect for personal websites and blogs", "features" => [ "Custom and secure business email", "100 participant video meetings", "30 GB pooled storage per user", "Security and management controls", "Standard support", ], "ctaText" => "Buy Now", "popular" => false, ], [ "name" => "Professional", "price" => 580, "originalPrice" => 1160, "savings" => "50%", "description" => "Ideal for growing businesses and portfolios", "features" => [ "Custom and secure business email", "150 participant video meetings + Recording", "2 TB pooled storage per user", "Security and management controls", "Standard support (paid upgrade to enhanced support)", ], "ctaText" => "Buy Now", "popular" => true, ], [ "name" => "Business", "price" => 999, "originalPrice" => 1998, "savings" => "50%", "description" => "Advanced features for professional websites", "features" => [ "Custom and secure business email + ediscovery, retention", "500 participant video meetings + recording, attendance tracking", "5 TB pooled storage per user", "Enhanced security and management controls, including Vault and advanced endpoint management", "Standard support (paid upgrade to enhanced support)", ], "ctaText" => "Buy Now", "popular" => false, ], [ "name" => "Enterprise", "price" => 1499, "originalPrice" => 2998, "savings" => "50%", "description" => "Maximum performance for high-traffic sites", "features" => [ "Custom and secure business email + eDiscovery, retention, S/MIME encryption", "1,000 participant video meetings + recording, attendance tracking, noise cancellation, in-domain live streaming", "5 TB pooled storage per user, with ability to request more", "Advanced security, management and compliance controls, including Vault, DLP, data regions and enterprise endpoint management", ], "ctaText" => "Buy Now", "popular" => false, ], ]; @endphp
{{-- Header --}}
google suits

Choose Your Perfect Microsoft 365 Plan

Get started with complete confidence. Our 30-day money-back guarantee means it's risk-free.

{{-- Plans Grid --}}
@foreach ($plans as $index => $plan)
{{-- Popular Badge --}} @if ($plan['popular'])
Most Popular
@endif {{-- ⭐️ ADD Flex column here --}}
{{-- Plan Header --}}

{{ $plan['name'] }}

{{ $plan['description'] }}

{{-- Pricing --}}
Save {{ $plan['savings'] }}
/month
{{-- Features List --}}
    @foreach ($plan['features'] as $featureIndex => $feature)
  • {{ $feature }}
  • @endforeach
{{-- Spacer to push the button down --}}
{{-- CTA Button --}} {{ $plan['ctaText'] }}
@endforeach
{{-- Bottom Section --}}

Best Features

99.9% Uptime

Guaranteed reliable hosting

Free Migration

We'll move your site for free

24/7 Support

Expert help when you need it

Multi Data Center

Worldwide Data Center Network