@include('backgrounds.bg-1')
@if($moto->subtitle)

{{ $moto->subtitle }}

@endif

{{ $moto->title }}

@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',])