MIS TICKETS

Descargar Compartir
@if (isLoading()) { @for (item of [1, 2, 3, 4]; track item) { } } @else if (tickets().length) { @for (ticket of activeTickets(); track ticket.id) { } @if (inactiveTickets().length) {

TICKETS INACTIVOS

@for (ticket of inactiveTickets(); track ticket.id) { }
} } @else {

Aún no tenés tickets disponibles.

}