@extends('layouts.app') @section('title', 'Admin Dashboard') @section('page-title', 'Admin 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 }}

Welcome to Textile Agency CRM

Your comprehensive solution for managing textile trading operations, WhatsApp communications, and commission tracking.

WhatsApp Integration

Manage customer conversations seamlessly

Order Management

Track orders from requirement to delivery

Commission Tracking

Automated commission calculation and payments

@endsection