@include('backgrounds.bg-2')
@foreach($moto->attributes as $index => $attribute)
{{$attribute->value}}
{{$attribute->title}}
@endforeach
@include('partials.button-brand',
['content' => 'Trouver un vendeur', 'href' => route('our-sellers'), 'icon' => 'arrow-top-right',])