@extends('layouts.admin') @section('content')
| N° Décision & Date | Affaire & Parties | Classification | Résumé | Actions |
|---|---|---|---|---|
|
{{ $decision->numero_decision }}
{{ \Carbon\Carbon::parse($decision->date_decision)->format('d/m/Y') }}
|
Dossier n° {{ $decision->affaire->numero_requete ?? 'N/A' }}
{{ Str::limit($decision->requerant ?? 'N/A', 45) }}
{{ Str::limit($decision->defendeur ?? 'N/A', 45) }}
|
{{ $decision->thematique->nom ?? 'N/A' }}
{{ $decision->nature->libelle ?? '-' }}
|
{{ $decision->resume }} |
|
|
Aucune décision enregistrée. |
||||