@if (getCateChild($category->id)->isNotEmpty())
{{ $category->title }}
@else
{{ $parent->title }}
@endif
{{----}}
{{-- {{ $category->title }}--}}
{{--
--}}
{{----}}
{{-- @if (getCateChild($category->id)->isNotEmpty())--}}
{{-- @foreach (getCateChild($category->id) as $children)--}}
{{-- - --}}
{{-- {{ $children->title }}--}}
{{--
--}}
{{-- @endforeach--}}
{{-- @else--}}
{{-- @foreach (getCateChild($category->parent->id) as $children)--}}
{{-- - --}}
{{-- {{ $children->title }}--}}
{{--
--}}
{{-- @endforeach--}}
{{-- @endif--}}
{{--
--}}