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