{!! html()->label( 'Nom du locataire 1','locataire1_nom') !!} {!! html()->text('locataire1_nom', null) ->placeholder('') ->attributes([($mode=="show"?'disabled':''), 'class' => 'form-control text-uppercase']) !!}
{!! html()->label( 'Nom du locataire 2','locataire2_nom') !!} {!! html()->text('locataire2_nom', null) ->placeholder('') ->attributes([($mode=="show"?'disabled':''), 'class' => 'form-control text-uppercase']) !!}
{!! html()->label( 'Nom du locataire 3','locataire3_nom') !!} {!! html()->text('locataire3_nom', null) ->placeholder('') ->attributes([($mode=="show"?'disabled':''), 'class' => 'form-control text-uppercase']) !!}