@extends('layouts.app') @section('content') {{-- ── Why it exists ────────────────────────────────────────────────────── --}}

Why PhyloPOS exists

Most restaurant and retail software is built for one thing — billing. But the real operational cost for a growing business isn't at the billing counter. It is in the gap between billing and inventory, between kitchen and floor, between outlet performance and the spreadsheet your area manager maintains at 11 PM.

PhyloPOS was built to close those gaps. Not with integrations that partially work, but with a connected platform where billing, inventory, kitchen operations, hardware, and payments are designed to work together from day one.

India-ready. Globally informed.

We built PhyloPOS for the on-ground reality of Indian restaurants and retail — UPI-first payments, GST-compliant reporting, aggregator integrations, Hindi-language support for kitchen staff, and deployments that work on variable connectivity.

At the same time, we track global POS best practice — from Toast and Square in the US to Lightspeed in Europe — and bring the structural rigour of enterprise POS to businesses that need it but cannot afford the complexity.

{{-- ── Principles ────────────────────────────────────────────────────────── --}}

The principles we build by.

@foreach([ ['Operations first', 'Every feature is evaluated by how it changes what a cashier, manager, or owner actually does on the ground — not by how it looks in a demo.', 'lightning'], ['Deployment matters', 'Software that is hard to deploy is software that doesn\'t work. We obsess over time to live, staff training curve, and hardware setup.', 'cpu'], ['Security by default','Forms, data, and admin access are hardened from day one. We treat operator data as if it were financial data.', 'shield'], ['Reliability is non-negotiable', 'Billing downtime costs money every minute. Our uptime SLA, local-first architecture, and offline resilience reflect that.', 'wifi'], ['Honest pricing', 'No percentage of transactions. No hidden add-on fees. No bait-and-switch on features. Flat licence. Clear scope.', 'document'], ['Support that works', 'Your business doesn\'t stop at 5 PM. Neither does our support team. Chat, call, or escalate — we respond.', 'phone'], ] as [$title, $desc, $icon])
@include('components.icons.' . $icon)

{{ $title }}

{{ $desc }}

@endforeach
{{-- ── Proof stats ──────────────────────────────────────────────────────── --}} @include('components.proof-strip') @endsection