@extends('layouts.app') @section('content') {{-- ── Core capabilities ───────────────────────────────────────────────── --}}

Every tool your group needs, connected and controllable.

{{-- ── Multi-outlet dashboard preview ─────────────────────────────────── --}}

One dashboard. Every outlet. Live.

Your area managers and operations head get a single view — revenue by outlet, order count, kitchen status, payment modes, and cashier activity — all updating in real time.

    @foreach([ 'Push menu changes to selected or all outlets', 'Compare outlet performance at a glance', 'Set outlet-level inventory reorder points', 'Approve or restrict discounts by outlet', 'Monitor cashier settlements remotely', ] as $point)
  • {{ $point }}
  • @endforeach
See Central Control Features →
@include('components.screen-mockup', ['label' => 'Chain Dashboard — All Outlets', 'type' => 'dashboard'])
{{-- ── Operational workflows ────────────────────────────────────────────── --}}

Standardise service without removing outlet flexibility.

@include('components.screen-mockup', ['label' => 'KDS — Hot Station', 'type' => 'kds'])

Know what is in stock at every outlet before a stockout hurts you.

@include('components.screen-mockup', ['label' => 'Inventory — Stock Overview', 'type' => 'inventory'])
{{-- ── Comparison table ─────────────────────────────────────────────────── --}}

Single outlet vs. chain setup — what changes.

@foreach([ ['Central menu push', false, true], ['Outlet-wise pricing', false, true], ['Recipe & inventory controls', true, true], ['Central kitchen / commissary', false, true], ['Role-based permissions', 'Basic', 'Granular'], ['Outlet performance comparison', false, true], ['Payment reconciliation', 'Outlet', 'All outlets'], ['Aggregator integration', true, true], ['KDS & handhelds', true, true], ['Audit trail', 'Basic', 'Full'], ] as [$feature, $single, $chain]) @endforeach
Capability Single Outlet Restaurant Chain
{{ $feature }} @if($single === true) @elseif($single === false) @else {{ $single }} @endif @if($chain === true) @else {{ $chain }} @endif
@include('components.testimonials', ['segment' => 'Restaurant Chain']) @endsection