{!! html()->label( 'Carosserie','carosserie') !!}
{!! html()->text('carosserie', null)
->placeholder('')
->attributes([($mode=="show"?'disabled':''), 'class' => 'form-control text-uppercase']) !!}
{!! html()->label( 'Energie','energie') !!}
{!! html()->select('energie',$energies,null)
->placeholder('')
->attributes([($mode=="show"?'disabled':''),'class' => 'form-control']) !!}
{!! html()->label( 'Puissance(cv)','puissance') !!}
{!! html()->text('puissance', null)
->placeholder('')
->attributes([($mode=="show"?'disabled':''), 'class' => 'form-control text-uppercase']) !!}
{!! html()->label( 'Pl.ass.','places') !!}
{!! html()->text('places', null)
->placeholder('')
->attributes([($mode=="show"?'disabled':''), 'class' => 'form-control text-uppercase']) !!}
{!! html()->label( 'Utilisation','utilisation') !!}
{!! html()->text('utilisation', null)
->placeholder('')
->attributes([($mode=="show"?'disabled':''), 'class' => 'form-control text-uppercase']) !!}
{!! html()->label( 'PTC(kg)','poids_tc') !!}
{!! html()->text('poids_tc', null)
->placeholder('')
->attributes([($mode=="show"?'disabled':''), 'class' => 'form-control text-uppercase']) !!}
{!! html()->label( 'PVide(kg)','poids_vide') !!}
{!! html()->text('poids_vide', null)
->placeholder('')
->attributes([($mode=="show"?'disabled':''), 'class' => 'form-control text-uppercase']) !!}