Informations de base d'un employé
Modifier
Matricule: {{$info_user->matricule ?? '-'}}
Nom complet: {{$info_user->name ?? '-'}}
Email: {{$info_user->email ?? '-'}}
Contact: {{$info_user->telephone ?? '-'}}
Direction: {{$info_user->nom_direction ?? '-'}}
Service: {{$info_user->service_id == 0 ? '-' : $info_user->nom_service}}
Poste/Fonction: {{$info_user->poste_id == 0 ? '-' : $info_user->nom_poste}}
Statut: {{$info_user->nom_statut ?? '-'}}
Photo de {{$info_user->name}}
@include('grh_views.coupures.info_employe')
@if(!in_array($info_user->id, $usersWithStatusIds))
Attribuer un statut
@endif
@if( $addnewButtonStatut == 0)
Attribuer un statut
@endif
L'Employé: {{$info_user->name}}
Statut du Personnel:
#
Statut actuel
Date début
Date Fin
Motif
Action
@php $index=1; @endphp
@foreach($getStatuts as $i)
{{$index++}}
{{$i->nom_statut}}
{{$i->date_debut_statut}}
{{$i->date_fin_statut}}
{{$i->motif_statut}}
@if($i->etat_statut == 1)
@endif
@endforeach
@if( $addnewButton == 0)
Affecter
@endif
L'Employé: {{$info_user->name}}
Les Postes/Fonctions par lesquels l'employé est passé:
#
Poste/Fonction occupé(e)
Date début
Date Fin
Motif
Action
@php $index=1; @endphp
@foreach($getinfoPost as $i)
{{$index++}}
{{$i->nom_poste}}
{{$i->date_debut}}
{{$i->date_fin}}
{{$i->motif}}
@if($i->etat_poste == 1)
@endif
@endforeach
@if($getYear && $getYear->count() > 0)
@foreach($getYear as $l)
{{$l->annee_exercice}}
@endforeach
@else
Aucun congé pris dans cette année en cours
@endif
@if( $addnewButtonServ == 0)
Affecter
@endif
L'Employé: {{$info_user->name}}
Les services par lesquels l'employé est passé:
#
Service occupé
Date début
Date Fin
Motif
Action
@php $index=1; @endphp
@foreach($getinfoServ as $i)
{{$index++}}
{{$i->nom_service}}
{{$i->date_debut_serv}}
{{$i->date_fin_serv}}
{{$i->motif_service}}
@if($i->etat_service == 1)
@endif
@endforeach