@extends('layouts.app') @section('content') {{-- ════════════════════════════════════════════════════════════════════════ --}} {{-- 1. HERO --}} {{-- ════════════════════════════════════════════════════════════════════════ --}}
{{-- Decorative glow --}}
{{-- Left — copy --}}
POS + Operations + Payments — One Platform

POS, inventory, operations and payments for businesses that cannot afford chaos.

Manage billing, stock, purchasing, kitchen or store workflows, reports, hardware, and embedded payments from one connected platform.

{{-- Trust line --}}
@foreach(['500+ outlets live', 'Restaurant & Retail', 'Hardware compatible', 'Payments embedded'] as $trust)
{{ $trust }}
@endforeach
{{-- Right — dashboard mockup --}}
{{-- Wave divider --}}
{{-- ════════════════════════════════════════════════════════════════════════ --}} {{-- 2. PROOF STRIP --}} {{-- ════════════════════════════════════════════════════════════════════════ --}} @include('components.proof-strip') {{-- ════════════════════════════════════════════════════════════════════════ --}} {{-- 3. INDUSTRY SELECTOR --}} {{-- ════════════════════════════════════════════════════════════════════════ --}}

One platform. Purpose-built paths for every operator.

Whether you run a neighbourhood café or a 50-outlet chain, PhyloPOS has a deployment designed for your scale and complexity.

@foreach(config('phylopos.industries') as $industry) @php $colors = [ 'blue' => ['icon_bg' => 'bg-blue-50', 'icon_text' => 'text-blue-700', 'hover_bg' => 'group-hover:bg-blue-700'], 'amber' => ['icon_bg' => 'bg-amber-50', 'icon_text' => 'text-amber-700', 'hover_bg' => 'group-hover:bg-amber-500'], 'violet' => ['icon_bg' => 'bg-violet-50', 'icon_text' => 'text-violet-700', 'hover_bg' => 'group-hover:bg-violet-600'], 'orange' => ['icon_bg' => 'bg-orange-50', 'icon_text' => 'text-orange-700', 'hover_bg' => 'group-hover:bg-orange-500'], 'emerald' => ['icon_bg' => 'bg-emerald-50', 'icon_text' => 'text-emerald-800', 'hover_bg' => 'group-hover:bg-emerald-700'], 'teal' => ['icon_bg' => 'bg-teal-50', 'icon_text' => 'text-teal-700', 'hover_bg' => 'group-hover:bg-teal-600'], ]; $c = $colors[$industry['color']] ?? $colors['emerald']; @endphp
@include('components.icons.' . $industry['icon'])

{{ $industry['title'] }}

{{ $industry['description'] }}

Learn more
@endforeach
{{-- ════════════════════════════════════════════════════════════════════════ --}} {{-- 4. WHY PHYLOPOS --}} {{-- ════════════════════════════════════════════════════════════════════════ --}}
{{-- Left --}}

Stop reconciling across five disconnected tools.

Most growing restaurants and retail operators piece together a billing app, a stock sheet, a payment dashboard, a separate kitchen printer, and a reporting tool that doesn't talk to any of them. PhyloPOS replaces all of it.

@foreach([ ['lightning', 'Speed up billing and service', 'Fast POS across every terminal and device with no lag at peak hours.'], ['trending-up', 'Get real-time operational visibility', 'Know stock levels, sales performance, and kitchen status across every outlet — live.'], ['credit-card', 'Deploy hardware and payments together', 'One integrated bundle. Terminals, printers, KDS, and payment devices all connected.'], ['shield', 'Reduce manual leakage', 'Audit trails, role-based access, and reconciliation controls that close the gaps.'], ] as [$icon, $title, $desc])
@include('components.icons.' . $icon)

{{ $title }}

{{ $desc }}

@endforeach
{{-- Right — before/after comparison --}}
{{-- Before --}}
Without PhyloPOS
@foreach(['Billing app + stock in Excel + separate payment dashboard', 'Manual end-of-day reconciliation across 3 tools', 'No real-time kitchen visibility — paper tickets', 'Chain pricing updates sent by WhatsApp', 'No idea which outlet is underperforming until month-end'] as $item)
{{ $item }}
@endforeach
{{-- After --}}
With PhyloPOS
@foreach(['One system — billing, stock, kitchen, payments', 'Automated payment reconciliation by outlet and shift', 'Live KDS for every station — no missed tickets', 'Push menu and pricing changes from HQ instantly', 'Outlet-level performance visible in real time'] as $item)
+ {{ $item }}
@endforeach
{{-- ════════════════════════════════════════════════════════════════════════ --}} {{-- 5. PRODUCT PILLARS --}} {{-- ════════════════════════════════════════════════════════════════════════ --}}

Six modules. One connected operating system.

{{-- ════════════════════════════════════════════════════════════════════════ --}} {{-- 6. HARDWARE + PAYMENTS ECOSYSTEM --}} {{-- ════════════════════════════════════════════════════════════════════════ --}}

The full stack — hardware, software, and payments in one deployment.

Most operators buy a POS tool and then spend weeks finding compatible hardware and stitching in a payment solution. PhyloPOS ships as a complete, tested, connected bundle.

@foreach(config('phylopos.hardware') as $hw)
@include('components.icons.' . $hw['icon'])
{{ $hw['title'] }}
@endforeach
{{-- Payment terminal card --}}
Payment Settlement
Today
@foreach(['UPI' => ['₹84,200', 'text-teal-300'], 'Card' => ['₹52,100', 'text-emerald-300'], 'Cash' => ['₹48,000', 'text-amber-300']] as $mode => [$amt, $color])
{{ $mode }}
{{ $amt }}
@endforeach
Total Collected ₹1,84,300
{{-- Hardware items --}} @foreach(['Billing Terminal' => 'monitor', 'KDS Screen' => 'tv'] as $label => $icon)
@include('components.icons.' . $icon)
{{ $label }}
Compatible
@endforeach
{{-- ════════════════════════════════════════════════════════════════════════ --}} {{-- 7. SINGLE STORE vs MULTI-LOCATION --}} {{-- ════════════════════════════════════════════════════════════════════════ --}}

Whether you have one counter or fifty outlets.

{{-- Single store --}}
@include('components.icons.store')

Single Store

Get live fast. Minimal complexity.

    @foreach([ 'Up and running in one day', 'Fast billing with UPI, card, and cash', 'Table or counter billing', 'Basic inventory and purchase tracking', 'Daily sales and cashier settlement', 'Compact hardware bundle', ] as $point)
  • {{ $point }}
  • @endforeach
For Restaurants & Cafes → For Retail Stores →
{{-- Multi-location --}}
@include('components.icons.building-storefront')

Multi-Location

Centralise control. Scale without chaos.

    @foreach([ 'Central menu, pricing and promotions push', 'Outlet-level inventory and purchasing', 'Role-based permissions across teams', 'Chain-level reporting and outlet comparisons', 'Payment reconciliation across all outlets', 'Central kitchen / commissary support', ] as $point)
  • {{ $point }}
  • @endforeach
For Restaurant Chains → For Retail Chains →
{{-- ════════════════════════════════════════════════════════════════════════ --}} {{-- 8. INTEGRATIONS STRIP --}} {{-- ════════════════════════════════════════════════════════════════════════ --}} @include('components.integrations-strip') {{-- ════════════════════════════════════════════════════════════════════════ --}} {{-- 9. TESTIMONIALS --}} {{-- ════════════════════════════════════════════════════════════════════════ --}} @include('components.testimonials') {{-- ════════════════════════════════════════════════════════════════════════ --}} {{-- 10. CTA BAND --}} {{-- ════════════════════════════════════════════════════════════════════════ --}} @endsection