خطط الاشتراك

@if($canManage) @endif

قائمة خطط الاشتراك

الأنواع والقيم والضريبة

@if($canManage)@endif @if($canManage)@endif @forelse($plans as $plan) @if(!$plan->is_active) @continue @endif @php $typeLabel = collect($planTypeOptions)->firstWhere('value', $plan->plan_type ?? 'custom')['label'] ?? 'مخصص'; $currencyCode = (string) ($plan->currency_code ?? 'SAR'); @endphp @if($canManage) @endif @empty @endforelse
اسم الخطة القيمة الضريبة بعد الضريبة العملة إجراءات
{{ $plan->name }} {{ $typeLabel }}
{{ number_format((float) $plan->amount, 2) }} {{ number_format((float) $plan->tax_rate, 0) }}% {{ number_format($plan->amountAfterTax(), 2) }} {{ $currencyCode }} تعديل
@csrf @method('DELETE') حذف
لا توجد خطط — أضف خطة اشتراك.
@if($canManage) @include('nursery.settings.partials.plan-modal') @endif