Thursday, June 26, 2025
30.8 C
Singapore

Leopard enters police station, causing cops to flee and evacuate the area

A leopard that found its way into a police station at Kotwali, Chittorgarh, India, caused quite a stir, forcing the officers to flee and temporarily evacuate the compound and the surrounding area.

Forest department officials were quickly called to the police station where they set a trap for the big cat. The leopard, however, cleverly evaded the trap and continued wandering the police station.

The authorities finally managed to shoot the leopard with a tranquilizer dart. Once the creature was sedated, it was relocated to a forested area.

Watch the videos from the incident here:

See also  Umno: No change in Perak Perikatan govt despite PPBM leader’s ouster as MB

Hot this week

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });