@php
$faqs = [
['How do I verify my Pamtech battery?', 'Simply enter your battery\'s serial code in the verification form on our homepage. The serial code can be found on the battery label. Once entered, our system will instantly verify if your battery is authentic and registered in our database.'],
['Where can I find my battery serial code?', 'The serial code is printed on the battery label, usually located on the top or side of the battery. It\'s a unique alphanumeric code that identifies your specific battery. Make sure to enter it exactly as shown, including any dashes or special characters.'],
['What does it mean if my battery shows as "Previously Verified"?', 'If your battery shows as "Previously Verified," it means the serial code has been verified before. This is normal and indicates that someone has already checked this battery\'s authenticity. Your battery is still authentic and covered by warranty.'],
['What is AGM technology and why is it better?', 'AGM (Absorbent Glass Mat) technology uses a fine fiberglass mat soaked in electrolyte, making the battery completely sealed and spill-proof. AGM batteries offer superior performance, faster recharging, better vibration resistance, and are maintenance-free compared to traditional lead-acid batteries.'],
['What warranty coverage do Pamtech batteries come with?', 'All Pamtech batteries come with a comprehensive 5+ year warranty that covers manufacturing defects, premature failure, and performance issues. Warranty claims can be processed through our nationwide service network, and we offer 24/7 customer support to assist with any warranty-related inquiries.'],
['How do I know which battery is right for my vehicle?', 'Check your vehicle\'s owner manual for the recommended battery specifications (voltage, capacity, and CCA). Our battery range covers everything from compact cars (AGM-50, AGM-60) to large SUVs and trucks (AGM-100, AGM-120). If you\'re unsure, contact our support team for personalized recommendations based on your vehicle make and model.'],
['What should I do if my battery verification shows as invalid?', 'If your battery shows as invalid, first double-check that you\'ve entered the serial code correctly. If the code is correct but still shows as invalid, the battery may not be a genuine Pamtech product. Contact our support team at info@pamtechautoparts.com or call +234 (903) 358‑9342 for assistance.'],
['Are Pamtech batteries maintenance-free?', 'Yes! All Pamtech AGM batteries are completely maintenance-free. Unlike traditional lead-acid batteries, AGM batteries are sealed and don\'t require water refilling. They\'re designed to be "install and forget" - just ensure proper installation and they\'ll provide reliable power throughout their lifespan.'],
];
@endphp
@foreach($faqs as $i => $faq)
@endforeach