Pricing that grows with you
Choose an affordable plan that’s packed with the best features for engaging your audience, creating customer loyalty, and driving sales.
@foreach ($all_subscriptions as $all_subscription)
{{$all_subscription->description}}
R{{$all_subscription->price_per_seat}}
{{' / Employee'}}
{{' / Month'}}
@if ($all_subscription->id === $subscription->id)
@else
@endif
-
{{$all_subscription->max_products}} {{$all_subscription->max_products === 1? 'product': 'products'}}
-
{{ $all_subscription->max_number_users ?? 'Unlimited'}} User/s
-
{{ $all_subscription->base_user_gb_storage}} GB
-
{{ $all_subscription->support_tier}} Customer Support
-
@if ($all_subscription->additional_user_gb_price)
{{ 'R'.$all_subscription->additional_user_gb_price }} / GB / Month
@else
0 / GB / Month
@endif
@endforeach