@extends('layouts.app') @section('title', 'Our Brands - AutoPart') @section('content')

Our Brands

Home Brands

Trusted Partners

We work with the world's leading auto parts manufacturers to bring you quality products.

@foreach(['Bosch', 'Brembo', 'K&N', 'Mobil 1', 'NGK', 'Philips', 'Denso', 'Continental', 'Hella', 'Monroe', 'ACDelco', 'Castrol'] as $brand)
{{ substr($brand, 0, 2) }}

{{ $brand }}

@endforeach
@endsection