{!! html()->label('Taux de Handicap (médecin)','tx_handicap_aph',) !!} {!! html()->select('tx_handicap_aph', $liste_taux_handicap,null) ->placeholder("A définir") ->attributes([($mode=="show" || !$maj_aide)?'disabled':'', 'class' => 'form-control']) !!}
{!! html()->label('Montant APH','montant_aph') !!}
{!! html()->text('montant_aph', null)->placeholder('Montant')->attributes(['id' => 'montant_aph','disabled', 'class' => 'text-success text-right form-control']) !!}
CFP
{!! html()->label( 'Montants rappel','rappel_aph') !!}
{!! html()->text('rappel_aph', null)->placeholder('Montant rappel')->attributes(['id' => 'rappel_aph',($mode=="show" || !$maj_aide)?'disabled':'', 'class' => 'text-danger text-right form-control']) !!}
CFP
{!! html()->label( 'Total à verser','total_aph') !!}
{!! html()->text('total_aph', null)->attributes(['id' => 'total_aph','disabled', 'class' => 'text-danger text-right form-control']) !!}
CFP
{!! html()->label('Observations destinées au prochain versement','obs_aph',) !!} {!! html()->textarea('obs_aph', null)->attributes([($mode=="show" || !$maj_aide)?'disabled':'', 'class' => 'form-control', 'rows'=>'3']) !!}