@extends('layouts.app') @section('content')

Every capability a delivery-first brand depends on.

{{-- ── Aggregator flow ──────────────────────────────────────────────────── --}}

Orders from Zomato and Swiggy land directly in your kitchen.

No second tablet. No manual re-entry. Orders from every aggregator flow into PhyloPOS, fire to the right station, and update your inventory — automatically.

@foreach([ 'Customer places order on Zomato', 'Order appears in PhyloPOS within seconds', 'Routes to correct brand station / KDS', 'Prep tracked — ready, packed, dispatched', 'Revenue and stock updated automatically', ] as $i => $step)
{{ $i + 1 }}

{{ $step }}

@endforeach
@include('components.screen-mockup', ['label' => 'Cloud Kitchen — Order Board', 'type' => 'kds'])
@include('components.testimonials', ['segment' => 'Cloud Kitchen']) @endsection