@extends('layouts.front-layout') @section('title') All New Product @endsection @section('content')
{!! \Illuminate\Support\Str::limit(strip_tags($new_product->description), 70, '...') !!}