الباقات

باقات مرنة لكل مرحلة من رحلتك

باقات واضحة ومنظمة بنفس هوية الصفحة الرئيسية، مع طلب يدوي آمن وبدون بوابة دفع إلكتروني داخل MVP.

@php $sections = collect([ 'الاستضافة' => $hostingService, 'تصميم وتطوير' => $designService, 'صيانة WordPress' => $maintenanceService, 'حلول الذكاء الاصطناعي' => $aiService, ])->filter(fn($s) => $s && $s->activePlans->isNotEmpty()); @endphp @if($sections->isEmpty())
@else @foreach($sections as $title => $service)
@foreach($service->activePlans as $plan) @endforeach
@endforeach @endif