diff --git a/resources/views/components/documents/index/information.blade.php b/resources/views/components/documents/index/information.blade.php index b29cf96a0..0fde32e9b 100644 --- a/resources/views/components/documents/index/information.blade.php +++ b/resources/views/components/documents/index/information.blade.php @@ -34,16 +34,14 @@
-
- @php $history = $document->last_history; @endphp - - {{ $history->description }} - + @php $history = $document->last_history; @endphp + + {{ $history->description }} + - - {{ \Date::parse($history->created_at)->diffForHumans() }} - -
+ + {{ \Date::parse($history->created_at)->diffForHumans() }} +