@push('title') Product Analytics @endpush
Product Performance Analytics
Reset
Product Sales Performance
@forelse($analytics as $item) @empty @endforelse
Product Details Total Sold Revenue Estimated Profit Profit Margin
{{ $item->product_name }} {{ $item->product_code }} @if($item->variation_name) | {{ $item->variation_name }} @endif
{{ number_format($item->total_qty) }} {{ number_format($item->total_revenue, 2) }} {{ number_format($item->total_profit, 2) }} @if($item->total_revenue > 0) {{ number_format(($item->total_profit / $item->total_revenue) * 100, 1) }}% @else 0% @endif
No sales data found for the selected period.