India
© 2020 - 2026 All Rights Reserved. BhumiApp | Crafted by OF2ON

Explore PG/Hostel

Explore properties in this category

EXPLORE

Explore PG/Hostel

All Listings in PG/Hostel

Explore properties in this subcategory

View All
Padmawati women's hostel - PS0078 Rent
1
1
Padmawati women's hostel - PS0078
₹ Starting from Rs.4,500 /mo
Jun 23, 2026
Rent
PG/Hostel
Red building visible from M.R Palli circle, తిరుపతి పట్టణ, తిరుపతి, Andhra Pradesh, India
Agent C suresh
68
// Example JavaScript using jQuery $(document).on('click', '.remove-wishlist', function (e) { e.preventDefault(); var listingId = $(this).data('id'); $.ajax({ url: 'https://bhumiv2.of2on.org/listing/remove-wishlist/:id'.replace(':id', listingId), type: 'POST', data: { _token: 'otdkpsipwZTe4jPzUsYE2EY2mLcUtmS23Hy7ZU0n' }, success: function (response) { if (response.success) { // Handle successful removal, e.g., show a success message console.log(response.message); } else { // Handle failure console.log(response.message); } }, error: function (xhr) { console.log('An error occurred.'); } }); });