@include('home.partials.header')
{{ __('home.Pricing') }}

{{ __('home.Simple pricing that follows the pack') }}

{{ __('home.Start on Free. Move to Pro or Agency when the desk needs more credits, domains, or GitHub.') }}

@if (session('checkout_error'))

{{ session('checkout_error') }}

@endif
@foreach ($packs as $index => $pack)
$index < count($packs) - 1, 'lg:border-r lg:border-krikkit-line' => $index < count($packs) - 1, 'bg-krikkit-soft' => $pack['featured'], ])>

{{ $pack['title'] }}

@if ($pack['featured']) {{ __('home.Most popular') }} @endif

{{ $pack['summary'] }}

@if (filled($pack['checkout'])) $pack['featured'], 'bg-krikkit-fill text-krikkit-on-fill hover:opacity-90' => ! $pack['featured'], ]) > {{ $pack['cta'] }} @elseif (filled($pack['contact'])) {{ $pack['cta'] }} @else @auth {{ __('messages.Open Lab') }} @else {{ $site->allowRegistration() ? $pack['cta'] : __('messages.Log in') }} @endauth @endif

{{ __('home.What\'s included') }}

    @foreach ($pack['bullets'] as $bullet)
  • {{ $bullet }}
  • @endforeach
@endforeach

{{ __('home.Compare packs') }}

{{ __('home.Packs set project ceilings, monthly Lab credits, domains, and GitHub import.') }}

@foreach ($comparison['columns'] as $column) @endforeach @foreach ($comparison['rows'] as $row) @foreach ($row['values'] as $value) @endforeach @endforeach
{{ __('home.What\'s included') }}{{ $column }}
{{ $row['label'] }} @if (($value['type'] ?? '') === 'flag') @if ($value['on'] ?? false) {{ __('home.Included') }} @else {{ __('home.Not included') }} @endif @else {{ $value['text'] ?? '—' }} @endif
@include('home.partials.cta')
@include('home.partials.footer')