@extends('layouts.admin') @section('title', 'Reports & Financial Analytics - Orange Groceries Admin') @section('header_title', 'Business Reports & Financial Analytics') @section('content')
| Date / Period | Orders Count | Total Revenue |
|---|---|---|
| {{ $row->date }} | {{ $row->count }} Orders | ₹{{ number_format($row->total, 2) }} |
| Product Name | Units Sold | Total Sales |
|---|---|---|
| {{ $top->product_name }} | {{ $top->total_qty }} units | ₹{{ number_format($top->total_revenue, 2) }} |