@props(['category' => null])
@if($category)
@if(isDesktop())
@if($category->parent)
@endif
{{$category->objectData->title}}
@if(count($category->childes))
@endif
@else
@if($category->parent)
@endif
{{$category->objectData->title}}
@if(count($category->childes))
@endif
@endif
@endif