{{$category->name}}
@if(isset($category->childs))
@if(count($category->childs)!=0)
@endif
@endif
@if(isset($category->childs))
@if(count($category->childs)!=0)
@foreach( $category->childs as $child)
@include(theme('partials._mobile_category'),['category'=>$child,'level'=>$level + 1 ])
@endforeach
@endif
@endif