@extends('layouts.app') @section('title', 'Agent Dashboard') @section('page-title', 'Agent Dashboard') @section('content')
Active Conversations
{{ $kpis['active_conversations'] ?? 0 }}
My Orders
{{ $kpis['total_orders'] ?? 0 }}
My Commission
₹{{ number_format($kpis['total_commission'] ?? 0) }}
Performance
85%