@extends('layouts.admin') @section('header') @endsection @section('content') GESTION DES AFFECTATIONS Accueil Gestion des affectations AJOUTER UNE AFFECTATION × @csrf Choisir l'agent @forelse ($all_personnels as $key => $v) {{ $v->nom_agent }} {{ $v->pnom_agent }} @empty AUCUN @endforelse Choisir le lieu d'affectation @forelse ($positions as $key => $v) {{ $v->nom_params }} @empty AUCUN @endforelse Date de prise de service Date de fin de service N° Nom(s) & Prénom(s) Lieu d'affectation Date de début Date de fin Action @forelse($all_affectations as $key => $value) {{ $key+1 }} {{ strtoupper($value->personnel->nom_agent) }} {{ strtoupper($value->param->cd_params) }} {{ $value->debut_affectation }} {{ $value->fin_affectation }} DETAILS SUR L'AFFECTATION × Agent @forelse ($all_personnels as $key => $v) Notice: Undefined variable: value in /home/szfwxvyz/testes_otaf/app-otaf/resources/views/affectations.blade.php on line 175 Notice: Trying to get property 'personnel_id' of non-object in /home/szfwxvyz/testes_otaf/app-otaf/resources/views/affectations.blade.php on line 175 Notice: Undefined variable: v in /home/szfwxvyz/testes_otaf/app-otaf/resources/views/affectations.blade.php on line 175 Notice: Trying to get property 'id' of non-object in /home/szfwxvyz/testes_otaf/app-otaf/resources/views/affectations.blade.php on line 175 selected> {{ $v->nom_agent }} @empty AUCUN @endforelse Choisir le lieu d'affectation @forelse ($positions as $key => $v) Notice: Undefined variable: value in /home/szfwxvyz/testes_otaf/app-otaf/resources/views/affectations.blade.php on line 189 Notice: Trying to get property 'param_id' of non-object in /home/szfwxvyz/testes_otaf/app-otaf/resources/views/affectations.blade.php on line 189 Notice: Undefined variable: v in /home/szfwxvyz/testes_otaf/app-otaf/resources/views/affectations.blade.php on line 189 Notice: Trying to get property 'id' of non-object in /home/szfwxvyz/testes_otaf/app-otaf/resources/views/affectations.blade.php on line 189 selected> {{ $v->nom_params }} @empty AUCUN @endforelse Date de prise de service Date de fin de service MODIFIER L'AFFECTATION × @csrf Agent @forelse ($all_personnels as $key => $v) Notice: Undefined variable: value in /home/szfwxvyz/testes_otaf/app-otaf/resources/views/affectations.blade.php on line 247 Notice: Trying to get property 'personnel_id' of non-object in /home/szfwxvyz/testes_otaf/app-otaf/resources/views/affectations.blade.php on line 247 Notice: Undefined variable: v in /home/szfwxvyz/testes_otaf/app-otaf/resources/views/affectations.blade.php on line 247 Notice: Trying to get property 'id' of non-object in /home/szfwxvyz/testes_otaf/app-otaf/resources/views/affectations.blade.php on line 247 selected> {{ $v->nom_agent }} @empty AUCUN @endforelse Choisir le lieu d'affectation @forelse ($positions as $key => $v) Notice: Undefined variable: value in /home/szfwxvyz/testes_otaf/app-otaf/resources/views/affectations.blade.php on line 261 Notice: Trying to get property 'param_id' of non-object in /home/szfwxvyz/testes_otaf/app-otaf/resources/views/affectations.blade.php on line 261 Notice: Undefined variable: v in /home/szfwxvyz/testes_otaf/app-otaf/resources/views/affectations.blade.php on line 261 Notice: Trying to get property 'id' of non-object in /home/szfwxvyz/testes_otaf/app-otaf/resources/views/affectations.blade.php on line 261 selected> {{ $v->nom_params }} @empty AUCUN @endforelse Date de prise de service Date de fin de service L'AFFECTATION × SUPPRESSION Souhaitez-vous supprimer définitivement cet élément de votre base de donnée ? La suppréssion définitive est irréversible et non conseillée. Agent @forelse ($all_personnels as $key => $v) Notice: Undefined variable: value in /home/szfwxvyz/testes_otaf/app-otaf/resources/views/affectations.blade.php on line 323 Notice: Trying to get property 'personnel_id' of non-object in /home/szfwxvyz/testes_otaf/app-otaf/resources/views/affectations.blade.php on line 323 Notice: Undefined variable: v in /home/szfwxvyz/testes_otaf/app-otaf/resources/views/affectations.blade.php on line 323 Notice: Trying to get property 'id' of non-object in /home/szfwxvyz/testes_otaf/app-otaf/resources/views/affectations.blade.php on line 323 selected> {{ $v->nom_agent }} @empty AUCUN @endforelse Choisir le lieu d'affectation @forelse ($positions as $key => $v) Notice: Undefined variable: value in /home/szfwxvyz/testes_otaf/app-otaf/resources/views/affectations.blade.php on line 337 Notice: Trying to get property 'param_id' of non-object in /home/szfwxvyz/testes_otaf/app-otaf/resources/views/affectations.blade.php on line 337 Notice: Undefined variable: v in /home/szfwxvyz/testes_otaf/app-otaf/resources/views/affectations.blade.php on line 337 Notice: Trying to get property 'id' of non-object in /home/szfwxvyz/testes_otaf/app-otaf/resources/views/affectations.blade.php on line 337 selected> {{ $v->nom_params }} @empty AUCUN @endforelse Date de prise de service Date de fin de service @empty Aucune donnée trouvée ! @endforelse @endsection @section('footer') @endsection
Souhaitez-vous supprimer définitivement cet élément de votre base de donnée ?
La suppréssion définitive est irréversible et non conseillée.