@extends('tenant.layouts.app') @section('content')
| # | Vendedor | Puntos | Último movimiento |
|---|---|---|---|
| @if($i === 0) @else {{ $i + 1 }} @endif | {{ $row->seller_name }} | {{ number_format($row->points, 2) }} | {{ $row->last_at }} |
| Aún no hay puntos acumulados. Se generan al cerrar cajas que cumplan la meta. | |||