| @if (! $hideName)
                    {{ $item->name }} @endif
    @stack('name_td_end')
    @stack('quantity_td_start')
        @if (! $hideQuantity)@endif
                @if (! $hideDescription)
                    @if (! empty($item->description))
 
                            {!! \Illuminate\Support\Str::limit(nl2br($item->description), 500) !!}
                        @endif
                @endif
                @stack('item_custom_fields')
                @stack('item_custom_fields_' . $item->id) |