@if($mode=="create")
Numéro d'immatriculation   {!! html()->text('numero', null) ->placeholder('') ->attributes([($mode=="show"?'disabled':''),'class' => 'form-control','style'=>'font-size:20px;text-align:center']) !!}
@else @endif
{!! html()->label( 'Emission','date_emission') !!}
{!! html()->text('date_emission', null) ->placeholder('') ->attributes([($mode=="show"?'disabled':''),'class' => 'form-control','style'=>'text-align:center']) !!}
{!! html()->label( '1ère Immat.','date_prem') !!}
{!! html()->text('date_prem', null) ->placeholder('') ->attributes([($mode=="show"?'disabled':''),'class' => 'form-control','style'=>'text-align:center']) !!}
{!! html()->label( 'Immat. précédente','immat_prec_date') !!}
{!! html()->text('immat_prec_date', null) ->placeholder('') ->attributes([($mode=="show"?'disabled':''),'class' => 'form-control','style'=>'text-align:center']) !!}
{!! html()->label('N° du certificat précédent ','immat_prec_numero') !!} {!! html()->text('immat_prec_numero', null) ->placeholder('') ->attributes([($mode=="show"?'disabled':''),'class' => 'form-control','style'=>'text-align:center']) !!}
Propriétaire 1
{!! html()->label( 'NOM Prénoms ou Raison sociale','prop1_nom') !!} {!! html()->text('prop1_nom', null) ->placeholder('') ->attributes([($mode=="show"?'disabled':''), 'class' => 'form-control text-uppercase']) !!}
{!! html()->label( 'RIDET','prop1_ridet') !!} {!! html()->text('prop1_ridet', null) ->placeholder('') ->attributes([($mode=="show"?'disabled':''), 'class' => 'form-control text-uppercase']) !!}
{!! html()->label( 'Catég.Prof.','prop1_categ') !!} {!! html()->text('prop1_categ', null) ->placeholder('') ->attributes([($mode=="show"?'disabled':''), 'class' => 'form-control text-uppercase']) !!}
Propriétaire 2
{!! html()->label( 'NOM Prénoms ou Raison sociale','prop2_nom') !!} {!! html()->text('prop2_nom', null) ->placeholder('') ->attributes([($mode=="show"?'disabled':''), 'class' => 'form-control text-uppercase']) !!}
{!! html()->label( 'RIDET','prop2_ridet') !!} {!! html()->text('prop2_ridet', null) ->placeholder('') ->attributes([($mode=="show"?'disabled':''), 'class' => 'form-control text-uppercase']) !!}
{!! html()->label( 'Catég.Prof.','prop2_categ') !!} {!! html()->text('prop2_categ', null) ->placeholder('') ->attributes([($mode=="show"?'disabled':''), 'class' => 'form-control text-uppercase']) !!}
{!! html()->label( 'Domicile','domicile') !!} {!! html()->text('domicile', null) ->placeholder('') ->attributes([($mode=="show"?'disabled':''), 'class' => 'form-control text-uppercase']) !!}
{!! html()->label( 'Commune','commune_id') !!} {!! html()->select('commune_id',$villages,null) ->placeholder('') ->attributes([($mode=="show"?'disabled':''),'class' => 'form-control']) !!}
{!! html()->label( 'Boite Postale','bp') !!} {!! html()->text('bp', null) ->placeholder('') ->attributes([($mode=="show"?'disabled':''), 'class' => 'form-control text-uppercase']) !!}
{!! html()->label( 'Commune de la BP','commune_bp_id') !!} {!! html()->select('commune_bp_id',$villages,null) ->placeholder('') ->attributes([($mode=="show"?'disabled':''),'class' => 'form-control']) !!}