@php use Illuminate\Support\Str; @endphp
Store registrati
| Titolo | Cat. | Ver. | Stato | Caricato da | |
|---|---|---|---|---|---|
|
{{ $doc->titolo }}
{{ $doc->nome_file_originale }} @if($doc->errore_messaggio) {{ Str::limit($doc->errore_messaggio, 80) }} @endif |
{{ $doc->categoria }} | {{ $doc->versione }} | @if($doc->stato === 'indexed') indexed @elseif($doc->stato === 'uploading') uploading @elseif($doc->stato === 'failed') failed @else {{ $doc->stato }} @endif | {{ $doc->caricatoDa?->name ?? '—' }} | @if($doc->is_active && $doc->stato === 'indexed') @endif |
| Nessun documento. | |||||