@php $sub_categories = getSubCategories($categoryId); @endphp @if($sub_categories != null && count($sub_categories) > 0)
Product Categories
@elseif(!empty($product))
Product Categories
@else @php getParentCategory($categoryId) @endphp @endif