document show/print item description issue solved..

This commit is contained in:
Cüneyt Şentürk 2021-01-28 15:24:57 +03:00
parent 8515982cc7
commit 06eb4987f0

View File

@ -7,8 +7,8 @@
@endif
@if (!$hideDescription)
@if (!empty($item->item->description))
<br><small>{!! \Illuminate\Support\Str::limit($item->item->description, 500) !!}</small>
@if (!empty($item->description))
<br><small>{!! \Illuminate\Support\Str::limit($item->description, 500) !!}</small>
@endif
@endif