@extends('layouts.app') @section('title', 'Dashboard | ' . config('app.name')) @section('content') {{-- ── Header ── --}}

Restaurant Overview

{{-- Subscription --}}
N/A Plan
Expires in N/A days
{{-- Restaurant Status --}}
Restaurant Open
{{-- Notifications --}}
{{-- ── Stat cards ── --}}

Today's Revenue

Rs. 0

from yesterday

Active Orders

0

Live tracking active

Occupied Tables

/

Standard Capacity

{{-- ── Live Table Map ── --}} {{--

Live Table Map

T-01 Occupied

Order Amount

Rs. 850

T-02

Available

T-03 Occupied

Order Amount

Rs. 1,200

T-04

Available

T-05

Available

--}} {{-- ── Top Menu Items ── --}}

Top Menu Items

{{-- TODO: Add Recent Orders, Staff on Duty --}} @endsection