@extends('layouts.biller') @section('title', 'Overview') @section('page_title', 'Performance Overview') @section('content')
+12% vs yest.

Today's Sales

₹{{ number_format($stats['today_sales'], 2) }}

@for($i=0; $i<3; $i++)
@endfor

Active Orders

{{ $stats['active_orders'] }} KOTs Running

Total Orders (Today)

{{ $stats['total_orders_today'] }}

Occupied Tables

{{ $stats['occupied_tables'] }}

Sales Analytics Coming Soon

Real-time hourly sales tracking will be available here.

Launch POS Terminal

Access the high-performance terminal for faster billing and KOT management.

Open Terminal

Support & Help

@endsection