@extends('ecommerce::layout.layout') @section('title', __('ecommerce::ecommerce.home')) @push('head') @foreach($clientBrands ?? [] as $brand) @endforeach @endpush @section('content')
{{ \Illuminate\Support\Str::limit($product->description ?? __('ecommerce::ecommerce.product.no_description'), 80) }}