@extends('frontend.layouts.layout') @push('title') | Lista de productos @endpush @include('frontend.partials.header') @section('content')
{{ Str::limit($product->description, 80, '...') }}