@foreach([
[
'tier' => 'Starter',
'tagline' => 'Single restaurant, café, or retail store',
'price' => 'Plans from',
'for' => 'Perfect for single-location operators',
'features' => [
'Full POS & billing',
'Table or barcode billing',
'Basic inventory & purchase tracking',
'Daily sales & cashier reports',
'UPI, card, and cash support',
'1 terminal licence',
'Email + chat support',
],
'highlight' => false,
'cta' => 'Get a Quote',
],
[
'tier' => 'Growth',
'tagline' => '2–15 outlet chains — restaurant or retail',
'price' => 'Per outlet',
'for' => 'Most popular for growing chains',
'features' => [
'Everything in Starter',
'Central menu control',
'Outlet-wise pricing',
'Inventory across outlets',
'Role-based permissions',
'Chain reporting & outlet comparison',
'Payment reconciliation',
'Aggregator integration (Zomato/Swiggy)',
'Priority support',
],
'highlight' => true,
'cta' => 'Talk to Sales',
],
[
'tier' => 'Enterprise',
'tagline' => '15+ outlets — chains, franchises, groups',
'price' => 'Custom',
'for' => 'Tailored for large and complex operations',
'features' => [
'Everything in Growth',
'Central kitchen / commissary module',
'Franchise control layer',
'Custom reporting & data exports',
'API and webhook access',
'Dedicated implementation support',
'SLA-backed uptime',
'On-site training',
'Hardware bundle pricing',
],
'highlight' => false,
'cta' => 'Contact Sales',
],
] as $tier)
@if($tier['highlight'])
Most popular
@endif
{{ $tier['tier'] }}
{{ $tier['tagline'] }}
{{ $tier['price'] }}
Contact us
for current pricing
@foreach($tier['features'] as $feature)
-
{{ $feature }}
@endforeach
{{ $tier['cta'] }}
@endforeach
Available add-ons
@foreach([
['Hardware Bundle', 'Terminals, printers, KDS, scanners — quoted per configuration.'],
['Payment Integration', 'Connect card and UPI terminals to your billing flow.'],
['Additional Terminals', 'Add terminal licences per outlet as your counter count grows.'],
['Custom Integration', 'API or webhook integration with your ERP, CRM, or accounting tool.'],
] as [$title, $desc])
@endforeach