@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
{{ app()->getLocale() === 'ar' ? $plan->summary_ar : ($plan->summary_en ?? $plan->summary_ar) }}
@endif{{ $plan->billingCycleLabelAr() }}