@props([ 'title' => null, 'items' => [] ])
@if($title)

{{ $title }}

@endif
@foreach($items as $brand) @endforeach