long description updated

This commit is contained in:
batuhanbas
2020-01-24 18:18:14 +03:00
parent 079aa46a3c
commit c040395676
2 changed files with 3 additions and 3 deletions

View File

@@ -340,7 +340,7 @@
@foreach($bill->items as $bill_item)
<tr class="row">
@stack('name_td_start')
<td class="col-xs-4 col-sm-3 pl-5">
<td class="col-xs-4 col-sm-3 pl-5 long-texts">
{{ $bill_item->name }}
@if (!empty($bill_item->item->description))
<br><small>{!! \Illuminate\Support\Str::limit($bill_item->item->description, 500) !!}<small>