@extends('layouts.dashboardnew') @section('content') @php $totalTickets = ($datos['abiertos'] ?? 0) + ($datos['cerrados'] ?? 0); $tasaResolucion = $totalTickets > 0 ? round((($datos['cerrados'] ?? 0) / $totalTickets) * 100, 1) : 0; @endphp
Tickets abiertos
Tickets cerrados
Creados hoy
Tasa de resolución
Evolución mensual de tickets en el año seleccionado
Distribución por categoría
Sin tipos registrados