{{ trim($category->meta_title) != "" ? $category->meta_title : $category->name }}
{{-- Hero Image --}}
@if ($category->banner_path)
@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