@extends('layouts.app') @section('content') {{-- ── Key features ─────────────────────────────────────────────────────── --}}

Everything a busy restaurant actually needs.

{{-- ── POS in action ───────────────────────────────────────────────────── --}}

Billing that keeps up with your busiest hour.

From the moment an order is placed at the table to the payment being collected at the counter, every step is handled without paper, without shouting across the kitchen, and without reconciliation at midnight.

@foreach([ ['1', 'Waiter takes order on handheld or terminal'], ['2', 'KOT fires to the right kitchen station via KDS'], ['3', 'Chef marks item ready — waiter is notified'], ['4', 'Bill printed or sent digitally at table'], ['5', 'Payment collected — card, UPI, or cash'], ['6', 'Stock auto-deducted. Report updated.'], ] as [$step, $desc])
{{ $step }}

{{ $desc }}

@endforeach
@include('components.screen-mockup', ['label' => 'PhyloPOS — Table Billing', 'type' => 'pos'])
{{-- ── Onboarding ease ──────────────────────────────────────────────────── --}}

Up and running in one day. No weeks of training.

We set up your menu, tables, and hardware. Your team gets a walkthrough. You go live. Most single-restaurant customers are billing on the first day.

@foreach([ ['Day 1', 'Menu setup', 'We load your menu, categories, modifiers, taxes, and pricing.'], ['Day 1', 'Hardware install', 'Terminal, printer, and KDS connected and tested.'], ['Day 1', 'Team walkthrough', 'One hour with your staff. They know what they need to know.'], ] as [$when, $title, $desc])
{{ $when }}

{{ $title }}

{{ $desc }}

@endforeach
@include('components.testimonials', ['segment' => 'Single Restaurant']) @endsection