From 935e1b506e18d760241f1ed8e8a199778b35ae90 Mon Sep 17 00:00:00 2001 From: Burak Civan Date: Tue, 7 Jun 2022 17:27:40 +0300 Subject: [PATCH] long text controlled for document information --- .../documents/index/information.blade.php | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) 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() }} +