@extends('admin.layouts.app') @section('title', __('Dashboard')) @push('styles') @endpush @section('content')
| Ürün | Satış Adedi | Gelir |
|---|---|---|
| {{ $product->product_name }} | {{ $product->total_quantity }} | ₺{{ number_format($product->total_revenue, 2) }} |
| Veri bulunamadı | ||