{!! html()->label('COMPTE','nom_court') !!} {!! html()->text('nom_court', null)->attributes([($mode=="show"?'disabled':''),'placeholder' => 'Code du journal', 'class' => 'form-control']) !!}
{!! html()->label('Nom','nom') !!} {!! html()->text('nom', null)->attributes([($mode=="show"?'disabled':''),'placeholder' => 'Code du journal', 'class' => 'form-control']) !!}
@if($mode!="show") {!! html()->button('Enregistrer')->value('Enregistrer')->type('submit')->attributes(['class' => 'btn btn-primary']) !!} @else @if($user->hasRole("ADMINISTRATEUR") || $user->can("JOU_MAJ")) Modifier @endif @endif Retour