@extends('layouts.dashboard') @section('dashboard-content')
{{ $document->title }}
{{ str_replace('_', ' ', $document->document_type) }}
{{ $document->pseudo_document_number ?: '—' }}
{{ $document->description }}
{{ $document->uploaded_by ?: '—' }}
{{ $document->uploaded_date?->format('d M Y H:i') ?: '—' }}
{{ $document->indexed_by ?: '—' }}
{{ $document->indexed_at?->format('d M Y H:i') ?: '—' }}
{{ $document->captured_by ?: '—' }}
{{ $document->captured_at?->format('d M Y H:i') ?: '—' }}
{{ $document->boundary->boundary_number }} – {{ $document->boundary->name }}
{{ $document->dispute->dispute_number }} – {{ Str::limit($document->dispute->title, 50) }}
| Action | Treated by | Role | Date & time |
|---|---|---|---|
| {{ $t->action }} | {{ $t->user_authority ?? '—' }} | {{ $t->role_snapshot ?? '—' }} | {{ $t->treated_at?->format('d M Y H:i') ?? '—' }} |