@props(['plan', 'service' => null]) @php $service = $service ?? $plan->service; $features = app()->getLocale() === 'ar' ? ($plan->features_ar ?? []) : ($plan->features_en ?? $plan->features_ar ?? []); $isPopular = $plan->is_popular ?? false; $strike = $plan->price_strikethrough && $plan->price_strikethrough > $plan->price; @endphp
@if($isPopular) ⭐ الأكثر طلباً @endif @if($plan->badge_label_ar) {{ app()->getLocale() === 'ar' ? $plan->badge_label_ar : ($plan->badge_label_en ?? $plan->badge_label_ar) }} @endif

{{ $plan->name }}

@if($plan->summary_ar)

{{ app()->getLocale() === 'ar' ? $plan->summary_ar : ($plan->summary_en ?? $plan->summary_ar) }}

@endif
@if($strike) {{ number_format((float) $plan->price_strikethrough, 0) }} @endif {{ number_format((float) $plan->price, 0) }} {{ $plan->currency ?? 'SAR' }}

{{ $plan->billingCycleLabelAr() }}

@auth اطلب الآن @else اطلب الآن @endauth اطلب عرض سعر مخصص