document show/print item description issue solved..
This commit is contained in:
parent
8515982cc7
commit
06eb4987f0
@ -7,8 +7,8 @@
|
|||||||
@endif
|
@endif
|
||||||
|
|
||||||
@if (!$hideDescription)
|
@if (!$hideDescription)
|
||||||
@if (!empty($item->item->description))
|
@if (!empty($item->description))
|
||||||
<br><small>{!! \Illuminate\Support\Str::limit($item->item->description, 500) !!}</small>
|
<br><small>{!! \Illuminate\Support\Str::limit($item->description, 500) !!}</small>
|
||||||
@endif
|
@endif
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user