@props(['category' => null]) @if($category) @if(isDesktop())

@if($category->parent) @endif {{$category->objectData->title}}

@if(count($category->childes))
@foreach($category->childes as $child) {{$child->objectData->title}} @endforeach
@endif
@else

@if($category->parent) @endif {{$category->objectData->title}}

دسته بندی
@if(count($category->childes))
@foreach($category->childes as $child) {{$child->objectData->title}} @endforeach
@endif
@endif @endif