{{-- SEO Meta Content --}} @push('meta') meta_description : \Illuminate\Support\Str::limit(strip_tags($category->description), 120, '') }}"/> @if (core()->getConfigData('catalog.rich_snippets.categories.enable')) @endif @endPush {{-- Page Title --}} {{ trim($category->meta_title) != "" ? $category->meta_title : $category->name }} {{-- Hero Image --}} @if ($category->banner_path)
{{ $category->name }}
@endif @if (in_array($category->display_mode, [null, 'description_only', 'products_and_description'])) @if ($category->description)
{!! $category->description !!}
@endif @endif @if (in_array($category->display_mode, [null, 'products_only', 'products_and_description'])) {{-- Category Vue Component --}} {{-- Category Shimmer Effect --}} @endif @pushOnce('scripts') @endPushOnce