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

{{ $title }}

@endif
@foreach($items as $brand) @endforeach
@push('head.bottom') @endpush @push('body.bottom') @endpush