{!! html()->label( 'Bénéficiaire','benum') !!}
{!! $beneficiaire->id !!}
{!! html()->text('benom', $beneficiaire->NomComplet)->attributes(['disabled', 'class' => 'text-left form-control']) !!}
{!! html()->label( 'Employeur','sonum') !!}
{!! $employeur->id !!}
{!! html()->text('employeur_nom', $employeur->nom)->attributes([($mode=="show"?'disabled':''),'name'=>"employeur_nom",'id'=>"employeur_nom",'class' => 'form-control']) !!}
{!! html()->label( 'Année','annee') !!} {!! html()->text('annee', null)->attributes(['class' => 'form-control',($mode=="show"?'disabled':'')]) !!}
{!! html()->label( 'Date Entrée','dat_ent') !!}
{!! html()->text('dat_ent', null)->attributes([($mode=="show"?'disabled':''),'class' => 'form-control']) !!}
{!! html()->label( 'Réc. déc. Embauche','date_dec_emb') !!}
{!! html()->text('date_dec_emb', null)->attributes([($mode=="show"?'disabled':''),'class' => 'form-control']) !!}
{!! html()->label( 'Date Sortie','date_sor') !!}
{!! html()->text('date_sor', null)->attributes([($mode=="show"?'disabled':''),'class' => 'form-control']) !!}
{!! html()->label( 'Réc. déc.Débauche','date_dec_deb') !!}
{!! html()->text('date_dec_deb', null)->attributes([($mode=="show"?'disabled':''),'class' => 'form-control']) !!}

@if($mode=="edit") @endif @if($mode=="show") Historique @endif @if($mode!="show") {!! html()->button('Enregistrer')->value('Enregistrer')->type('submit')->attributes(['class' => 'btn btn-primary']) !!} @if($mode=="edit") Mode Consultation @endif @else @if($user->hasRole("ADMINISTRATEUR") || $user->can("SAL_MAJ")) Modifier @endif @endif