Vehicle Condition List

Nav rapide

Condition Vehicle

Condition - Voir le template
Etat mécanique
Mauvais Très bon
Etat extérieur
Mauvais Très bon
Etat intérieur
Mauvais Moyen Bon
  • template
<div class="flex flex-col bg-white border-1 rounded-[10px] p-4 gap-4 max-w-[409px]">
<?php include renderTemplate('molecule/vehicle-condition', 'mechanical-condition') ?>
<span class="border-b-1"></span>
<?php include renderTemplate('molecule/vehicle-condition', 'external-condition') ?>
<span class="border-b-1"></span>
<?php include renderTemplate('molecule/vehicle-condition', 'internal-condition') ?>
</div>