Informations du personnel
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))
@endif
@if( $addnewButtonStatut == 0)
@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)
@endif
L'Employé: {{$info_user->name}}
Les postes par lesquels l'employé est passé:
| # |
Poste occupé |
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
Informations sur les congés:
| No |
Date |
Nom Employé |
Type Congé |
Jours demandés |
DateDebut |
DateFin |
Action |
@php $index=1; @endphp
@foreach($all_leaves as $l)
| {{$index++}} |
{{$l->date_fait }} |
{{$l->name}} |
{{$l->type_conge}} |
{{$l->jours_demand }} @if ($l->jours_demand == 1) jour @else jours @endif |
{{ \Carbon\Carbon::parse($l->dateDebut_cong)->format('d/m/Y') }} |
{{ \Carbon\Carbon::parse($l->date_fin_conge)->format('d/m/Y') }} |
Afficher
|
@endforeach
@if( $addnewButtonServ == 0)
@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