Contact Us

Let’s Cop ‘Em All

Answer the contact us form below or feel free to click the messenger icon on the lower right of your screen.

We’re Open Monday to Sunday 7:00 AM to 10:00PM

Socials:
Instagram: @cop.em.mnl
Facebook: @cop.em.mnl

Contact Us

Any question or inquiry ? Feel free to message us below

$( document ).ready(function() { let titles = {}; document.querySelectorAll('.col-xs-6').forEach(item => { let title = item.querySelector('.sb_title').innerText; if (titles[title]) { titles[title].push(item); } else { titles[title] = [item]; } }); for (let title in titles) { if (titles[title].length > 1) { titles[title].forEach((item, index) => { if (index > 0) { // Skip the first occurrence item.classList.add('dup'); } }); } } });