@php $price = number_format($priceMinor / 100, 2); $live = $subscription && $subscription->entitled(); @endphp
@if(session('upsell'))
{{ session('upsell') }}
@endif
Pro @if($live)Active@endif

Ladill POS Pro

Scale your counter with unlimited products, restaurant mode, and ecosystem sync.

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

    @foreach([ 'Unlimited products', 'Restaurant mode & kitchen display', 'CRM & Merchant catalog import', 'Stock tracking', 'Invoice, CRM & Accounting sync', 'Multi-location ready', ] as $feature)
  • {{ $feature }}
  • @endforeach
@if(! $gatingActive)

Pro is currently included for all accounts.

@elseif($live)
@if($subscription->status === 'canceled') Auto-renew off — Pro stays active until {{ $subscription->current_period_end->format('d M Y') }}. @else Renews on {{ $subscription->current_period_end->format('d M Y') }} from your Ladill wallet. @endif
@if($subscription->auto_renew)
@csrf
@else
@csrf
@endif
@else
@csrf

Billed monthly from your Ladill wallet. Cancel anytime; you keep Pro until the period ends.

@endif