@forelse ($directions as $ek => $fonction)
{{ $fonction->nom_params }}
N° |
Nom(s) & Prénom(s) |
Genre |
Fonctions |
Catégorie |
Type Contrat |
Département |
Site |
Action |
@forelse($fonction->personnels_directions as $key => $value)
{{ $key+1 }} |
{{ strtoupper($value->nom_agent) }} {{ ucwords($value->pnom_agent) }} |
{{ $value->genre->cd_params }} |
{{ $value->fonction->nom_params }} |
{{ $value->categorie->nom_params }} |
{{ $value->contrat->nom_params }} |
{{ $value->poste->nom_params }} |
{{ $value->site->nom_params }} |
|
@empty
Aucune donnée trouvée !
|
@endforelse
@empty
Aucune fonction enrégistrée.
@endforelse