@extends('layouts.app') @section('content')
Estadísticas y métricas de solicitudes
Exportar Resumen:
Exportar Detallado (con Trazabilidad y Comentarios):
{{ $totalTickets ?? 0 }}
{{ $statusCounts['Recibida'] ?? 0 }}
{{ $statusPercentages['Recibida'] ?? 0 }}%
{{ $statusCounts['En revisión'] ?? 0 }}
{{ $statusPercentages['En revisión técnica'] ?? 0 }}%
{{ $statusCounts['En evaluación del comité'] ?? 0 }}
{{ $statusPercentages['En evaluación del comité'] ?? 0 }}%
{{ $statusCounts['Pendiente de presupuesto'] ?? 0 }}
{{ $statusPercentages['Pendiente de presupuesto'] ?? 0 }}%
{{ $statusCounts['En desarrollo'] ?? 0 }}
{{ $statusPercentages['En desarrollo'] ?? 0 }}%
{{ $statusCounts['En pruebas'] ?? 0 }}
{{ $statusPercentages['En pruebas'] ?? 0 }}%
{{ $statusCounts['En confirmación del comité'] ?? 0 }}
{{ $statusPercentages['En confirmación del comité'] ?? 0 }}%
{{ $statusCounts['Cerrada'] ?? 0 }}
{{ $statusPercentages['Cerrada'] ?? 0 }}%
{{ $statusCounts['Rechazada'] ?? 0 }}
{{ $statusPercentages['Rechazada'] ?? 0 }}%
{{ $statusCounts['En Espera'] ?? 0 }}
{{ $statusPercentages['En Espera'] ?? 0 }}%
{{ $ticket->ticket_number }}
{{ $ticket->description }}
{{ $ticket->created_at->diffForHumans() }}
No hay actividad reciente
@endforelse