Marque @if($listing->equipmentBrand->has_other_field) {{ $listing->equipment_brand_other }} @else {{ $listing->equipmentBrand->name_fr }} @endif
@endif @if($listing->equipment_model)Modèle {{ $listing->equipment_model }}
@endif @if($listing->equipmentCondition)État du matériel {{ $listing->equipmentCondition->name_fr }}
@endif @if($listing->localisation)Localisation {{ $listing->localisation }}
@endif @if($listing->colour_id)Couleur {{ $listing->colour->name_fr }}
@endif @if($listing->year_id){{ $listing->product->is_equipment ? 'Année' : 'Millésime' }} {{ $listing->year->year }}
@endif @if($listing->price){{ $listing->priceType->name_fr }} {{ $listing->price }} €
@endif @if($listing->description)Description {{ $listing->description }}
@endif