@php $proPrice = number_format($proPriceMinor / 100, 0); $enterprisePrice = number_format($enterprisePriceMinor / 100, 0); $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 until {{ $subscription->current_period_end->format('d M Y') }}
@if ($subscription->auto_renew)
@csrf
@elseif ($subscription->status === 'canceled')
@csrf
@endif
@endif

Free

GHS 0

  • 2 live events
  • 100 tickets / month
  • BYO Paystack / Flutterwave / Hubtel
@if ($planKey === 'free')

Current plan

@endif

Pro

  • Unlimited events
  • Unlimited tickets
  • 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
@if ($planKey === 'enterprise')

Current plan

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