{{ $category->name }} @if ($category->featured) {{ trans('app.featured') }} @endif @unless($category->active) {{ trans('app.inactive') }} @endunless
@if ($category->description) {!! Str::limit($category->description, 200) !!} @endif