@extends('adminlte::page') @section('title', env('APP_NAME') . ' - Analíticas Ventas') @section('content_header')
VENTAS REALIZADAS
@if($cambioCantidad > 0) +{{ number_format($cambioCantidad, 1) }}% @elseif($cambioCantidad < 0) {{ number_format($cambioCantidad, 1) }}% @else 0% @endif vs mes anteriorMONTO TOTAL (S/)
@if($cambioMonto > 0) +{{ number_format($cambioMonto, 1) }}% @elseif($cambioMonto < 0) {{ number_format($cambioMonto, 1) }}% @else 0% @endif vs mes anteriorTICKET PROMEDIO (S/)
| # | Cliente | Ventas | Monto (S/) |
|---|---|---|---|
| {{ $i + 1 }} | {{ $item->cliente->nombre_comercial ?? $item->cliente->razon_social ?? 'N/A' }} | {{ $item->total_ventas }} | {{ number_format($item->monto_total, 2) }} |
| Sin datos | |||