@if(($mode!="create")&&(1==0))
C: {{ $allocataire_handicap->CreatedAtDay }}
M: {{ $allocataire_handicap->UpdatedAtDay}}
@endif
{!! html()->label('Evaluateur','evaluateur') !!} {!! html()->text('evaluateur',null)->attributes([($mode=="show"?'disabled':''),'class' => 'form-control']) !!}
{!! html()->label( "Date évaluation",'date_evaluation') !!}
{!! html()->text('date_evaluation', null)->placeholder('')->attributes([($mode=="show"?'disabled':''),'class' => 'form-control','style' => 'text-align:center']) !!}
{!! html()->label( 'Gestionnaire','id_user') !!} {!! html()->text('id_user',($mode=="create")?$user->name:$allocataire_handicap->NomGestionnaire)->attributes(['readonly','class' => 'form-control']) !!}
{!! html()->label('Taux choisi','taux') !!} {!! html()->text('taux',null)->attributes([($mode=="show"?'disabled':''),'class' => 'form-control','style'=>'text-align:center']) !!}
{!! html()->label('Taux calculé','taux_calcul') !!} {!! html()->text('taux_calcul',null)->attributes(['disabled','class' => 'form-control','style'=>'text-align:center']) !!}
{!! html()->label( 'Observations','observations') !!} {!! html()->textarea('observations', null) ->placeholder('') ->attributes([($mode=="show"?'disabled':''), 'class' => 'form-control', 'rows'=>'2']) !!}
@include("handicap.row_fiche")
@if($mode=="show") @if($user->hasRole("ADMINISTRATEUR") || $user->can("AGI_MAJ")) @if($mode_frame) Modifier @else Modifier @endif @endif @if($mode_frame) Supprimer @else {{ html()->form('DELETE', url('/allocataires_handicap/'. $allocataire_handicap->id))->open() }} {{ html()->form()->close() }} @endif @else {!! html()->button('Enregistrer')->value('Enregistrer')->type('submit')->attributes(['class' => 'btn btn-primary']) !!} @endif @if(!$mode_frame) Retour @endif