@extends('storefront.layout') @section('title', $product->name . ' — ' . $sfStore->name) @push('head') @endpush @section('content') {{-- Breadcrumb --}} {{-- ═══ Main product card shell ═══ --}}
{{ \Illuminate\Support\Str::limit($descText, 110) }} @if(strlen($descText) > 110) Read more @endif