{!! html()->label('Niveau GIR','grp_gir_agd',) !!} {!! html()->select('grp_gir_agd', $liste_niveau_GIR,null) ->placeholder("A définir") ->attributes([($mode=="show" || !$maj_aide)?'disabled':'', 'class' => 'form-control']) !!}
{!! html()->label('Montant AGD','montant_agd') !!}
{!! html()->text('montant_agd', null)->placeholder('Montant')->attributes(['id' => 'montant_agd','disabled', 'class' => 'text-success text-right form-control']) !!}
CFP
{!! html()->label( 'Montants rappel','rappel_agd') !!}
{!! html()->text('rappel_agd', null)->placeholder('Montant rappel')->attributes(['id' => 'rappel_agd',($mode=="show" || !$maj_aide)?'disabled':'', 'class' => 'text-danger text-right form-control']) !!}
CFP
{!! html()->label( 'Total à verser','total_agd') !!}
{!! html()->text('total_agd', null)->attributes(['id' => 'total_agd','disabled', 'class' => 'text-danger text-right form-control']) !!}
CFP
{!! html()->label('Observations destinées au prochain versement','obs_agd',) !!} {!! html()->textarea('obs_agd', null)->attributes([($mode=="show" || !$maj_aide)?'disabled':'', 'class' => 'form-control', 'rows'=>'3']) !!}