@php $plans = [ [ "name" => "Basic", "price" => 510, "originalPrice" => 1020, "savings" => "50%", "description" => "Start with web and mobile apps", "features" => [ "Web and mobile versions of Word, Excel, PowerPoint, and Outlook", "Chat, call, meet up to 300 attendees", "1 TB of cloud storage per user", "Business-class email", "Manage customer appointments", "Anytime phone and web support", ], "ctaText" => "Buy Now", "popular" => false, ], [ "name" => "STANDARD", "price" => 1062.5, "originalPrice" => 2125, "savings" => "50%", "description" => "Everything in Business Basic, plus", "features" => [ "Desktop versions of Word, Excel, PowerPoint, and Outlook", "Easily host webinars", "Attendee registration and reporting tools", "Security and management controls", "Tools to create personalized documents and professional layouts", ], "ctaText" => "Buy Now", "popular" => true, ], [ "name" => "APPS", "price" => 701, "originalPrice" => 1402, "savings" => "50%", "description" => "Excludes chat, meeting, calling", "features" => [ "Desktop versions of Word, Excel, PowerPoint, and Outlook", "1 TB of cloud storage per user", "Anytime phone and web support", "Security and management controls", "Advanced security", ], "ctaText" => "Buy Now", "popular" => false, ], [ "name" => "PREMIUM", "price" => 1683, "originalPrice" => 3366, "savings" => "50%", "description" => "Maximum performance, Everything in Business Standard, plus", "features" => [ "Advanced security", "Access and data control", "30 GB storage per user", "Cyberthreat protection", "Security and management controls", ], "ctaText" => "Buy Now", "popular" => false, ], ]; @endphp
{{-- Header --}}
Microsoft 365 Family

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
{{-- Plan Header --}}

{{ $plan['name'] }}

{{ $plan['description'] }}

{{-- Pricing --}}
Save {{ $plan['savings'] }}
/month
{{-- Features List --}}
    @foreach ($plan['features'] as $featureIndex => $feature)
  • {{ $feature }}
  • @endforeach
{{-- 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