Build your one-time plan

Select the perfect combination of features, subscription duration, and user count to suit your needs and budget.

Default Applications
Show Hide
@php $default = array_filter($plan->features, function ($feature) { return $feature->pivot->default == 1; }); $total_def = array_sum(array_column(array_column($default, 'pivot'), 'price')); $opt = array_filter($plan->features, function ($feature) { return $feature->pivot->default == 0; }); $total_opt = array_sum(array_column(array_column($opt, 'pivot'), 'price')); @endphp
{{--
--}}

Applications
Cost
@foreach ($default as $feature)
pivot->default ? 'checked disabled' : '' }} value='{{ json_encode($feature) }}' />

{{ $feature->name }}

{{ $currency }} {{ $feature->pivot->price }}


@endforeach {{--
--}}

Premium Applications

Applications
Cost
@foreach ($opt as $feature)
pivot->default ? 'checked disabled' : '' }} value='{{ json_encode($feature) }}' data='{{ json_encode($feature) }}' />

{{ $feature->name }}

{{ $currency }} {{ $feature->pivot->price }}


@endforeach
Years:
- +
Users:
- +
Cart summary ({{ $currency }})

Base price

price }}> {{ $plan->price }}

Premium

0

Total

{{ $total_def }}

User Discount

0

Period Discount

0

Tax ({{ $plan->tax }})

tax }}> {{ ($plan->tax / 100) * $total_def }}


Total

{{ ($plan->tax / 100) * $total_def + $total_def }}

@auth

Pay in Installments?

@endauth @guest @endguest

Installments

@foreach ($plan->deffered_payments as $deffered_payment)
id }} />
@endforeach

Pay now?