{!! html()->label( 'Nb enfants','nb_enf') !!} {!! html()->text('nb_enf', null)->placeholder('Nombre d\'enfants')->attributes([($mode=="show"?'disabled':''), 'class' => 'form-control']) !!}
{!! html()->label( 'Montants allocation','montants_allocations') !!}
{!! html()->text('mt_allloc', null)->placeholder('Montant')->attributes([($mode=="show"?'disabled':''), 'class' => 'text-success text-right form-control']) !!}
CFP
{!! html()->label( 'Montants calculé','mt_calc') !!}
{!! html()->text('mt_calc', null)->placeholder('Montant calculé')->attributes([($mode=="show"?'disabled':''), 'class' => 'text-primary text-right form-control']) !!}
CFP
{!! html()->label( 'Montants rappel','rappel') !!}
{!! html()->text('rappel', null)->placeholder('Montant rappel')->attributes([($mode=="show"?'disabled':''), 'class' => 'text-danger text-right form-control']) !!}
CFP
{!! html()->label( 'Observations','obs_vers') !!} {!! html()->textarea('obs_vers', null)->placeholder('Observations')->attributes([($mode=="show"?'disabled':''), 'class' => 'form-control', 'rows'=>'3']) !!}