@extends('layouts.app') @section('title', app()->getLocale()==='ar' ? 'Media Serve — برمجيات WordPress احترافية' : 'Media Serve — Professional WordPress Software') @section('description', app()->getLocale()==='ar' ? 'إضافات WordPress احترافية — SEO، Live Chat، AI News وأكثر من Media Serve' : 'Professional WordPress plugins — SEO, Live Chat, AI News and more from Media Serve') @section('schema') @endsection @section('content') {{-- HERO --}}
🚀 {{ app()->getLocale()==='ar'?'برمجيات WordPress الأكثر احترافية':'Most Professional WordPress Software' }}

@if(app()->getLocale()==='ar') اجعل موقعك يتصدر
نتائج البحث @else Make Your Website
Rank Higher @endif

{{ app()->getLocale()==='ar' ? 'إضافات WordPress احترافية لـ SEO، الدردشة الذكية، نشر الأخبار تلقائياً وأكثر — كل ما تحتاجه في مكان واحد' : 'Professional WordPress plugins for SEO, AI Chat, Auto News Publishing and more — everything you need in one place' }}

4+{{ app()->getLocale()==='ar'?'منتجات':'Products' }}
+500{{ app()->getLocale()==='ar'?'عميل':'Clients' }}
4.9★{{ app()->getLocale()==='ar'?'تقييم':'Rating' }}
24/7{{ app()->getLocale()==='ar'?'دعم':'Support' }}
{{-- PRODUCTS --}}

{{ app()->getLocale()==='ar'?'منتجاتنا':'Our Products' }}

{{ app()->getLocale()==='ar'?'كل ما تحتاجه لموقع WordPress ناجح':'Everything you need for a successful WordPress site' }}

@foreach($products as $product)
{{ $product['icon'] }}
@if(isset($product['badge'])) {{ $product['badge'] }} @endif
{{ $product['category'] }}

{{ $product['name_ar'] ?? $product['name'] }}

{{ app()->getLocale()==='ar' ? ($product['desc_ar']??'') : ($product['desc_en']??'') }}

    @foreach(array_slice(app()->getLocale()==='ar'?$product['features_ar']:$product['features_en'], 0, 4) as $f)
  • ✅ {{ $f }}
  • @endforeach
@endforeach
{{-- PRICING for MS SEO Pro --}}

{{ app()->getLocale()==='ar'?'أسعار MS SEO Pro':'MS SEO Pro Pricing' }}

{{ app()->getLocale()==='ar'?'ابدأ مجاناً وترقّ متى تريد':'Start free, upgrade anytime' }}

@foreach($plans as $plan)
@if($plan['id']==='yearly') @endif
{{ $plan['name'] }}
${{ number_format($plan['price'], 0) }} / @if($plan['days']==0) {{ app()->getLocale()==='ar'?'للأبد':'forever' }} @elseif($plan['days']<=30) {{ app()->getLocale()==='ar'?'شهر':'mo' }} @elseif($plan['days']<=90) {{ app()->getLocale()==='ar'?'3 أشهر':'3mo' }} @else {{ app()->getLocale()==='ar'?'سنة':'yr' }} @endif
  • ✅ {{ app()->getLocale()==='ar'?'كل ميزات '.($plan['id']==='free'?'الأساسية':'Premium'):'All '.($plan['id']==='free'?'Basic':'Premium').' Features' }}
  • ✅ {{ $plan['sites'] }} {{ app()->getLocale()==='ar'?'موقع':'site(s)' }}
  • @if($plan['id']!=='free')
  • ✅ {{ app()->getLocale()==='ar'?'دعم أولوية':'Priority Support' }}
  • @endif @if(in_array($plan['id'],['yearly','lifetime']))
  • ✅ {{ app()->getLocale()==='ar'?'تحديثات مجانية':'Free Updates' }}
  • @endif
{{ $plan['price']>0 ? (app()->getLocale()==='ar'?'اشترك الآن':'Subscribe Now') : (app()->getLocale()==='ar'?'تحميل مجاني':'Download Free') }}
@endforeach
{{-- WHY US --}}

{{ app()->getLocale()==='ar'?'لماذا Media Serve؟':'Why Media Serve?' }}

@php $reasons = app()->getLocale()==='ar' ? [ ['🏆','جودة لا تُضاهى','كل منتج مبني بأعلى معايير البرمجة وبعد دراسة عميقة للسوق'], ['🛡️','أمان وموثوقية','كودنا نظيف وآمن مع تحديثات مستمرة'], ['💬','دعم فني مميز','فريق دعم متاح للرد على كل استفساراتك'], ['🔄','تحديثات مجانية','نحن نطور باستمرار ونضيف ميزات جديدة مجاناً'], ] : [ ['🏆','Unmatched Quality','Every product is built to the highest standards after deep market research'], ['🛡️','Security & Reliability','Clean, secure code with continuous updates'], ['💬','Premium Support','Our team is always available to answer your questions'], ['🔄','Free Updates','We continuously develop and add new features for free'], ]; @endphp @foreach($reasons as [$icon,$title,$desc])
{{ $icon }}

{{ $title }}

{{ $desc }}

@endforeach
{{-- CTA --}}

{{ app()->getLocale()==='ar'?'جاهز للبدء؟':'Ready to Get Started?' }}

{{ app()->getLocale()==='ar'?'انضم لأكثر من 500 موقع يستخدم منتجاتنا':'Join 500+ websites using our products' }}

{{ app()->getLocale()==='ar'?'ابدأ مجاناً ←':'Start Free →' }} {{ app()->getLocale()==='ar'?'تواصل معنا':'Contact Us' }}
@endsection