@extends('layouts.app') @section('content')
Analytics and insights across all {{ auth()->user()->isSuperAdmin() ? '' : 'your assigned' }} companies
| Company | Revenue | Orders | Users | Websites |
|---|---|---|---|---|
| {{ $performance['company'] }} | RM {{ number_format($performance['revenue'], 2) }} | {{ $performance['orders'] }} | {{ $performance['users'] }} | {{ $performance['websites'] }} |
| Product | Quantity | Revenue |
|---|---|---|
| {{ Str::limit($product->product_name, 30) }} | {{ $product->total_quantity }} | RM {{ number_format($product->total_revenue, 2) }} |
| No product data available | ||
No revenue data available
@endif| Method | Count | Amount |
|---|---|---|
| {{ $method['method'] }} | {{ $method['count'] }} | RM {{ number_format($method['amount'], 2) }} |
| No payment data available | ||
No order trend data available
@endif