@extends('layouts.admin') @section('header') @endsection @section('content')

PROFIL AGENT

INFORMATIONS GENERALES


@csrf

INFORMATIONS GENERALES


@csrf

FORMATIONS DE L'AGENT


@forelse($agent->formations as $key => $value) @empty @endforelse
Titre de la formation Date de début Date de fin Détails
{{ $key+1 }} {{ ($value->titre_formation) }} {{ $value->debut_formation }} {{ $value->fin_formation }}
Aucune formation trouvée !

ABSENCES DE L'AGENT


@forelse($agent->absences as $key => $value) @empty @endforelse
Raison Date de début Date de fin Action
{{ $key+1 }} {{ strtoupper($value->raison_absence) }} {{ $value->debut_absence }} {{ $value->fin_absence }}
Aucune absence trouvée !

AFFECTATIONS DE L'AGENT


@forelse($agent->affectations as $key => $value) @empty @endforelse
Lieu d'affectation Date de début Date de fin Action
{{ $key+1 }} {{ strtoupper($value->param->cd_params) }} {{ $value->debut_affectation }} {{ $value->fin_affectation }}
Aucune affectation trouvée !

POINTAGES DE L'AGENT


@forelse($agent->pointages as $key => $value) @empty @endforelse
Jour Arrivé Poste Arrivé Réseau Arrivé Départ Poste Départ Réseau Départ Etat
{{ $value->jour_point }} {{ $value->heure_arrive }} {{ $value->hote_point }} {{ $value->ip_point }}
Notice: Undefined variable: value in /home/szfwxvyz/testes_otaf/app-otaf/resources/views/personnels/profil.blade.php on line 1198

Notice: Trying to get property 'heure_depart' of non-object in /home/szfwxvyz/testes_otaf/app-otaf/resources/views/personnels/profil.blade.php on line 1198
{{ $value->hote_point_dep }} {{$value->ip_point_dep}}
Notice: Undefined variable: value in /home/szfwxvyz/testes_otaf/app-otaf/resources/views/personnels/profil.blade.php on line 1202

Notice: Trying to get property 'statut_point' of non-object in /home/szfwxvyz/testes_otaf/app-otaf/resources/views/personnels/profil.blade.php on line 1202
EN ATTENTE
Aucune pointage trouvée !
@endsection @section('footer') @endsection