@extends('layouts.admin') @section('content')
Magistrats et membres du Conseil d'État avec suivi des affectations annuelles
| Photo | Identité | Affectation Active | Titre & Fonction Active | Actions |
|---|---|---|---|---|
|
@if($membre->photo_url)
{{ strtoupper(substr($membre->nom, 0, 1)) }}{{ strtoupper(substr($membre->prenoms, 0, 1)) }}
@endif
|
{{ $membre->civilite }} {{ $membre->nom }}
{{ $membre->prenoms }}
|
@if($aff && $aff->chambre) {{ $aff->chambre->nom_chambre }} Ordonnance : {{ $aff->annee_ordonnance }} @else Non affecté @endif |
@if($aff)
{{ $aff->titre ?? 'Aucun titre' }}
{{ $aff->fonction ?? 'Aucune fonction' }}
@else
Néant
@endif
|
{{-- BOUTON MODIFICATION RAPIDE DE L'AFFECTATION --}}
Fiche & Historique
|
| Aucun membre ne correspond aux critères de recherche. | ||||