@foreach($website as $web)
{!! htmlspecialchars_decode($productData->description) !!}
{!! \Illuminate\Support\Str::limit(strip_tags(htmlspecialchars_decode($data->description)), 100) !!}