Registro de Hotel
Enter a date range Hotel @for (hotel of hotels; track hotel.id) { {{ hotel.name }} } Filter by Room Type @for (type of roomTypes; track type) { {{ type }} }
@if (trateRooms.length > 0) {

Habitaciones Disponibles

@for(room of trateRooms; track room.id) { (#{{ $index + 1 }}) Habitación {{ room.roomNumber }} ({{ room.type }}) }
} @else if (searched) {

No hay habitaciones disponibles

}