@extends('backend.layouts.admin') @section('content')
AGUIPEX
Documents
Montant total :
800 Traités
300 En Cours
134 Non Traités
| # | Direction | Date | Montant | Type de document | Ministre | Temps TM | Temps DIR | Action |
|---|---|---|---|---|---|---|---|---|
| {{ ($i + 1) }} | {{ $document->direction->libelle ?? 'Non spécifié' }} | {{ $document->created_at->format('d/m/Y') }} | {{ $document->montant }} | {{ $document->libelle }} | {{ $document->user->name ?? 'Non spécifié' }} | {{ $document->etat == 1 ? 'Actif' : 'Inactif' }} |