@extends('layouts.app') @section('title', 'Pamtech Car Batteries - Verify Your Original Battery') @section('content') @include('partials.nav', ['variant' => 'dark']) {{-- Hero --}}
Verification System Online

Engineered power.
Verified authenticity.

Advanced AGM battery technology with cryptographic serial verification. Every Pamtech unit is registered, traceable, and warrantied.

50K+
Units Deployed
98%
Satisfaction
5+
Year Warranty
100%
Traceable
{{-- Verification Form --}}
Serial Verification

Authenticate Your Battery

Enter the serial code from your battery label

Located on the top or side of your battery label

{{-- Features --}}
Core Capabilities

Built for Performance

Industrial-grade AGM technology with enterprise verification infrastructure

Superior Power Output

AGM architecture delivers maximum cranking amps and consistent performance across temperature extremes.

Anti-Counterfeit System

Every unit ships with a unique serial registered in our verification database. Instant authenticity checks.

Extended Lifecycle

Designed for thousands of charge cycles with zero maintenance. Install once, drive with confidence.

{{-- Technology --}}
AGM Technology

Absorbent Glass Mat Architecture

Our AGM batteries use a fine fiberglass mat saturated with electrolyte — a sealed, spill-proof design that outperforms conventional lead-acid cells in every metric that matters.

@foreach(['Spill-proof sealed construction', 'Vibration and shock resistant', 'Rapid recharge capability', 'Zero maintenance required'] as $feature)
{{ $feature }}
@endforeach
Verification Status Active
Authenticity Rate 100%
Warranty Coverage 5+ yrs
Certification ISO CERTIFIED
{{-- Products --}}
Product Line

Battery Specifications

From compact vehicles to heavy-duty applications

@forelse($batteryTypes as $battery) @php $isRed = $battery['color_theme'] === 'red'; @endphp
Model

{{ $battery['type'] }}

Voltage {{ $battery['volts'] }}
Capacity {{ $battery['amhs'] }}
CCA {{ $battery['cca'] }}
Class {{ $battery['class'] }}

{{ $battery['description'] }}

@empty
No battery types available.
@endforelse
{{-- Warranty --}}
Warranty Program

5+ Year Coverage

Comprehensive protection against manufacturing defects, premature failure, and performance degradation. Nationwide service network with 24/7 support.

@foreach(['Free replacement within warranty period', 'Nationwide service network', '24/7 customer support'] as $item)
{{ $item }}
@endforeach
Coverage Period
5+
Years comprehensive warranty
@foreach(['Manufacturing defects', 'Premature failure', 'Performance issues'] as $coverage)
{{ $coverage }}
@endforeach
{{-- FAQ --}}
Support

Frequently Asked Questions

@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
@include('partials.footer') @push('scripts') @endpush @endsection