الباقات

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

جميع الباقات بدون رسوم خفية وبضمان استرداد 14 يوماً.

@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