Vendas Totais
R$ {{ number_format($totalSales, 2, ',', '.') }}
Lucro Líquido (Est.)
R$ {{ number_format($netProfit, 2, ',', '.') }}
Compras Totais
R$ {{ number_format($totalPurchases, 2, ',', '.') }}
Vendas Realizadas
{{ $salesCount }}
{{ $item->product->model ?? 'Produto Removido' }}
{{ $item->product->storage ?? '' }} - {{ $item->product->color ?? '' }}
| ID | Cliente | Vendedor | Data | Valor | Ações |
|---|---|---|---|---|---|
| #{{ $sale->id }} | {{ $sale->client->name ?? 'Consumidor' }} | {{ $sale->user->name ?? 'Sistema' }} | {{ $sale->created_at->format('d/m/Y H:i') }} | R$ {{ number_format($sale->total_amount, 2, ',', '.') }} | Ver |