{!! html()->label( 'Adresse','adresse') !!} {!! html()->textarea('adresse', null) ->placeholder('ADRESSE') ->attributes([($mode=="show"?'disabled':''), 'class' => 'form-control', 'rows'=>'2']) !!}
{!! html()->label( 'Village','id_village') !!}
{!! html()->select('id_village')->options([]) ->attributes([($mode=="show"?'disabled':''),'id'=>'id_village','class' => 'select_village select2 form-control']) !!}
{!! html()->label( 'Code postal','code_postal') !!} {!! html()->text('code_postal', null)->placeholder("")->attributes([($mode=="show"?'disabled':''), 'class' => 'form-control']) !!}
{!! html()->label( 'Boîte postal','boite_postale') !!} {!! html()->text('boite_postale', null)->placeholder("")->attributes([($mode=="show"?'disabled':''), 'class' => 'form-control']) !!}
{!! html()->label( 'Email','email') !!} {!! html()->email('email', null)->attributes([($mode=="show"?'disabled':''), 'class' => 'form-control']) !!}
{!! html()->label( 'Téléphone','tel') !!} {!! html()->text('tel', null)->attributes([($mode=="show"?'disabled':''), 'class' => 'form-control']) !!}
{!! html()->label( 'Mobile','mobile') !!} {!! html()->text('mobile', null)->attributes([($mode=="show"?'disabled':''), 'class' => 'form-control']) !!}