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

Total Commission

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

Pending Approval

₹0

Total Orders

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

Avg Commission Rate

5.0%

Finance Overview

Financial data will be displayed here once orders are processed.

@endsection