MIS TICKETS
@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) {
@for (ticket of inactiveTickets(); track ticket.id) {
}
}
} @else {
Aún no tenés tickets disponibles.
}