@stack('name_td_start')
        | {{ $item->name }}
            @if (!empty($item->item->description)) @stack('name_td_end')
    @stack('quantity_td_start'){!! \Illuminate\Support\Str::limit($item->item->description, 500) !!}
            @endif
 | {{ $item->quantity }}@stack('quantity_td_end')
    @stack('price_td_start') | @money($item->price, $document->currency_code, true)@stack('price_td_end')
    @stack('total_td_start') | @money($item->total, $document->currency_code, true)@stack('total_td_end') |