Plans @php $live = $subscription && $subscription->entitled(); @endphp
@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif @if (session('upsell'))
{{ session('upsell') }}
@endif

Choose your Events plan

Pay monthly from your Ladill wallet, or prepay 6/12/24 months via Paystack.

@if ($gatingActive && ! $live)
@foreach ($prepaidMonths as $months) @endforeach
@endif
@if ($live)
{{ $isEnterprise ? 'Business' : 'Pro' }} active @if ($subscription->current_period_end) until {{ $subscription->current_period_end->format('d M Y') }} @endif @if ($subscription->auto_renew) · renews from wallet @else · prepaid / auto-renew off @endif
@if ($subscription->auto_renew)
@csrf
@elseif ($subscription->status === 'canceled')
@csrf
@endif
@endif

Free

GHS 0

Get started with ticketed events

  • {{ (int) config('events.free.max_live_events', 2) }} live events
  • {{ (int) config('events.free.max_tickets_per_month', 100) }} tickets / month
  • Your own Paystack / Flutterwave / Hubtel
  • 0% Ladill platform fee
@if ($planKey === 'free')

Current plan

@endif

Pro

  • Unlimited events
  • Unlimited tickets
  • BYO payment gateway
  • Priority support
@if ($planKey === 'pro')

Current plan

@elseif ($gatingActive && ! $hasPaidPlan)
@csrf
@foreach ($prepaidMonths as $months)
@csrf
@endforeach @endif

Business

  • Everything in Pro
  • Team seats
  • Advanced attendee tools
  • Dedicated onboarding
@if ($planKey === 'enterprise')

Current plan

@elseif ($gatingActive && ! $hasPaidPlan)
@csrf
@foreach ($prepaidMonths as $months)
@csrf
@endforeach @endif