@auth @if(!$hasActiveSubscription)
شما اشتراک فعالی ندارید.
@else
شما دارای اشتراک فعال هستید ({{ $activePlan->plan->name }}) تا تاریخ {{ verta($activePlan->expires_at)->format('Y/m/d') }}
@endif @endif
@foreach($plans as $plan) @php $isSelected = $selectedUuid === $plan->uuid; @endphp
@if(($plan->price ?? 0) == 0)
رایگان
@endif @if($isSelected)
انتخاب شده
@endif
@if ($plan->icon_url) {{ $plan->name }} @else @endif
{{ $plan->name }}
مدت اشتراک: {{ $plan->subscription_days }} روز
    @if ($plan->send_api)
  • دارای دسترسی به وب سرویس
  • @endif
  • سیم‌کارت فعال: {{ $plan->simcard_limit }} عدد
{{ ($plan->price ?? 0) > 0 ? number_format($plan->price) : '—' }}
@if(($plan->price ?? 0) > 0) تومان @endif
@endforeach
@if($selectedUuid)
@endif