@if ($category->description)
{!! $category->description !!}
@endif @if($category->getCategoriesCount()) @else @include('front::partials.empty') @endif