@extends('layouts.app') @section('title', $product['name'] . ' | BatteryCo') @section('content')
{{ $product['alt'] }}
{{ $product['category'] }}

{{ $product['name'] }}

{{ $product['price'] }}

{{ $product['hero_copy'] }}

{{ $product['description'] }}

Capacity

{{ $product['capacity'] }}

Output

{{ $product['backup'] }}

Support

{{ $product['warranty'] }}

Applications

Ready for real-world deployment.

@foreach ($product['applications'] as $application) {{ $application }} @endforeach
Key Features

Performance details that matter.

@foreach ($product['features'] as $feature)

{{ $feature }}

@endforeach
More Solutions

Explore related battery systems.

View full catalog
@foreach ($relatedProducts as $relatedProduct) @endforeach
@endsection