@php /** * Legacy browse-categories view ported from oldSite/pages/browse-categories.page.php * Variables: $categories (collection), $fixName (callable) */ @endphp @extends('layouts.nova') @section('content') @php $sanitizeHtml = fn (?string $value) => \App\Services\ContentSanitizer::sanitizeRenderedHtml($value ?? ''); @endphp
List of all categories at Skinbase
{!! $sanitizeHtml($ct->description) !!}
@php $roots = $categoriesByType[$ct->slug] ?? $ct->rootCategories ?? collect(); @endphp @if ($roots->isEmpty()){!! $sanitizeHtml($category->description) !!}