@extends('layouts.app') @section('title', 'Dashboard') @section('page-title', 'Dashboard') @section('content')

Total Users

{{ $kpis['total_users'] ?? 0 }}

Total Orders

{{ $kpis['total_orders'] ?? 0 }}

Total Commission

₹{{ number_format($kpis['total_commission'] ?? 0) }}

Active Conversations

{{ $kpis['active_conversations'] ?? 0 }}

System Overview

You have read-only access to view system data and reports.

@endsection