@extends('layouts.app') @section('title', env('APP_NAME') . ' - ' . $query) @section('content')
{{ Str::limit($product->description, 80) }}