@extends('dashboard.layouts.app') @section('title', 'Centre: ' . $centres[$centre] . ' - UAC eservices') @section('page-title', $centres[$centre]) @section('breadcrumb')
Total des plaintes
En attente
En cours
Traitée
| Code | Personne impliquée | Poste | Organisme spécifique | Statut | Date | Actions |
|---|---|---|---|---|---|---|
{{ $plainte->code_suivi }}
|
{{ $plainte->personne_impliquee }} | @if($plainte->poste) @php $postes = \App\Models\Plainte::getPostes(); $posteTrouve = false; foreach($postes as $categorie => $listePostes) { if(isset($listePostes[$plainte->poste])) { echo Str::limit($listePostes[$plainte->poste], 30); $posteTrouve = true; break; } } if(!$posteTrouve) { echo Str::limit(ucfirst(str_replace('_', ' ', $plainte->poste)), 30); } @endphp @else - @endif | @if($plainte->poste === 'vice_recteur_affaires_academiques') - @else {{ $plainte->organisme_specifique }} @endif | {{ $statuts[$plainte->statut] }} | {{ $plainte->created_at->format('d/m/Y') }} |
@if($organisme || $motCle || $statut) Aucun résultat ne correspond à vos critères de recherche. @else Aucune plainte n'a encore été soumise pour ce centre. @endif
@if($organisme || $motCle || $statut) Réinitialiser les filtres @endif