@extends('adminlte::page') @section('title', env('APP_NAME') . ' - Analíticas Clientes') @section('content_header')
TOTAL VENTAS (S/)
CLIENTES CON VENTAS
| # | 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 | |||