@if ($categoriesSection && $homeCategories->count() > 0)
@if ($categoriesSection->name || $categoriesSection->description)

{{ $categoriesSection->name }}

@if ($categoriesSection->description)

{{ $categoriesSection->description }}

@endif
@endif
@foreach ($homeCategories as $homeCategory) @endforeach
@if (!$categoriesSection->name && !$categoriesSection->description) @endif
@endif