@extends('layouts.app') @section('title', 'Vendor Analytics Dashboard') @section('content')
Real-time insights on your shop's performance.
| Product | Sold | Revenue |
|---|---|---|
|
@php $img = $item->product->images->where('is_primary', 1)->first(); @endphp
{{ $item->product->name }}SKU: {{ $item->product->sku }} |
{{ $item->sold }} | ₹{{ number_format($item->sold * $item->product->sale_price ?? $item->product->price) }} |
| No sales yet | ||
2 products have rating below 3.0. Check reviews for details.