@php $price = number_format($priceMinor / 100, 2); @endphp
Pro @if ($isPro) Active @endif

Ladill Queue Pro

Unlimited branches, queues, and advanced queue management.

{{ $currency }} {{ $price }} / month

    @foreach ($proFeatures as $feature)
  • {{ $feature }}
  • @endforeach
@if ($isPro)
@if ($planExpiresAt) Pro is active until {{ $planExpiresAt->format('d M Y') }}. @else Your organization is on Queue Pro. @endif
@elseif ($canManage)
@csrf

Billed monthly from your Ladill wallet.

@else

Ask an organization administrator to upgrade this workspace to Pro.

@endif