@extends('layouts.app') @section('title', 'BatteryCo | Products') @section('content')
Our Products

Battery systems built for performance, safety, and longevity.

Explore a premium catalog of locally-served battery products optimized for automotive, backup, solar, industrial, and critical-load environments.

@foreach ($products as $product) @endforeach
@endsection