@stack('name_td_start') {{ $item->name }} @if (!empty($item->item->description))
{!! \Illuminate\Support\Str::limit($item->item->description, 500) !!} @endif @stack('name_td_end') @stack('quantity_td_start') {{ $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')