@php $tiers = config('plans.tiers'); $comparison = config('plans.comparison'); $sym = config('plans.currency_symbol'); @endphp

Pricing that scales with you

Start on the Free plan. Upgrade the moment you need more meetings.

{{-- Billing toggle --}}
{{-- Plan cards --}}
@foreach ($tiers as $tier)
@if ($tier['popular']) Most popular @endif

{{ $tier['name'] }}

{{ $tier['tagline'] }}

{{ $sym }} /mo

billed annually

{{ $tier['cta'] }}
    @foreach ($tier['features'] as $f)
  • {{ $f }}
  • @endforeach
@endforeach
{{-- Comparison table --}}

Compare every feature

@foreach ($tiers as $tier) @endforeach @foreach ($comparison as $row) @foreach ($row['values'] as $idx => $val) @endforeach @endforeach
{{ $tier['name'] }}
{{ $row['label'] }} @if ($val === true) @elseif ($val === false) @else {{ $val }} @endif
{{-- Billing FAQ --}}

Billing questions

@php $faqs = [ ['Can I switch plans later?', 'Yes — upgrade or downgrade anytime from your billing page. Upgrades take effect immediately; downgrades at the next billing cycle.'], ['What happens if I exceed my meeting limit?', 'You will be prompted to upgrade. Existing meetings are never deleted — you just can\'t create new ones until you upgrade or the month resets.'], ['Do you offer refunds?', 'If something goes wrong, contact us within 14 days of a charge and we will make it right.'], ['Is there a discount for annual billing?', 'Yes — paying yearly saves you roughly 20% compared to monthly.'], ['Will I get an invoice?', 'Every successful payment generates an invoice you can download from your billing page.'], ]; @endphp @foreach ($faqs as $i => [$q, $a])
{{ $a }}
@endforeach

Still deciding?

Start on the Free plan — no credit card, no commitment.

Create free account