@extends('layouts.dashboard') @section('dashboard-content')
{{ $document->title }}
{{ str_replace('_', ' ', $document->document_type) }}
@if($document->amount !== null){{ number_format($document->amount, 2) }} {{ $document->currency ?? '' }}@else—@endif
{{ $document->description }}
{{ $document->uploaded_by ?: '—' }}
{{ $document->uploaded_date ? $document->uploaded_date->format('d M Y H:i') : '—' }}
| Action | By | Role | Date & time |
|---|---|---|---|
| {{ $a->action }} | {{ $a->user_authority ?? '—' }} | {{ $a->role_snapshot ?? '—' }} | {{ $a->treated_at ? $a->treated_at->format('d M Y H:i') : '—' }} |