{!! html()->label( 'Numéro de décision','ret_numdec') !!} {!! html()->text('ret_numdec', null) ->placeholder('Numéro de décision') ->attributes([($mode=="show"?'disabled':''), 'class' => 'form-control']) !!}
{!! html()->label( "Date d'effet",'ret_dateed') !!}
{!! html()->text('ret_dateed', null) ->placeholder('Date') ->attributes([($mode=="show"?'disabled':''), 'class' => 'form-control']) !!}
{!! html()->label( 'Type de retraite','ret_type') !!}
{!! html()->select('ret_type',['PRE' =>'PRE' , 'PRV' => 'PRV', 'PAV' => 'PAV', 'PRA' => 'PRA', 'AUT' => 'Autre'],null) ->placeholder('A définir') ->attributes([($mode=="show"?'disabled':''),'class' => 'form-control']) !!}

Retraite


{!! html()->label( 'Montant RETRAITE','ret_montant') !!}
{!! html()->text('ret_montant', null)->placeholder('Montant retraite')->attributes([($mode=="show"?'disabled':''), 'class' => 'text-success text-right form-control']) !!}
CFP
{!! html()->label( 'Montant RAPPEL','ret_rappel') !!}
{!! html()->text('ret_rappel', null)->placeholder('Montant rappel')->attributes([($mode=="show"?'disabled':''), 'class' => 'text-danger text-right form-control']) !!}
CFP

CSR


{!! html()->label( 'Montant CSR (dernier versement)','csr_montant') !!}
{!! html()->text('csr_montant', null)->placeholder('Montant CSR')->attributes([($mode=="show"?'disabled':''), 'class' => 'text-success text-right form-control']) !!}
CFP
{!! html()->label( 'Montant RAPPEL CSR','csr_rappel') !!}
{!! html()->text('csr_rappel', null)->placeholder('Montant rappel CSR')->attributes([($mode=="show"?'disabled':''), 'class' => 'text-danger text-right form-control']) !!}
CFP