Estadísticas por Países
Total Pagado por País
Actualizar
@if(isset($error))
{{ $error }}
@endif
| País | Código | Documentos | Pagos | Total Pagado | Promedio Pago |
|---|---|---|---|---|---|
| {{ $stat->name }} | {{ $stat->code }} | {{ $stat->documents_count }} | {{ $stat->payments_count }} | ${{ number_format($stat->total_paid ?? 0, 2) }} | ${{ number_format($stat->avg_payment ?? 0, 2) }} |
| No hay estadísticas disponibles | |||||