{!! html()->label( 'N° Déclaration','declaration_num') !!} {!! html()->text('declaration_num', null) ->placeholder('') ->attributes([($mode=="show"?'disabled':''), 'class' => 'form-control text-uppercase']) !!}
{!! html()->label( 'N° Liquidation','declaration_liq') !!} {!! html()->text('declaration_liq', null) ->placeholder('') ->attributes([($mode=="show"?'disabled':''), 'class' => 'form-control text-uppercase']) !!}
{!! html()->label( 'Date','declaration_date') !!}
{!! html()->text('declaration_date', null) ->placeholder('') ->attributes([($mode=="show"?'disabled':''),'class' => 'form-control','style'=>'text-align:center']) !!}
{!! html()->label('Observations','observations',) !!} {!! html()->textarea('observations', null)->attributes([($mode=="show"?'disabled':''), 'class' => 'form-control', 'rows'=>'3']) !!}