@if(Settings('category_show'))
    @if(isset($categories)) @foreach($categories as $category) @include(theme('partials._mobile_category'),['category'=>$category,'level'=>1]) @endforeach @endif
@endif @if(Settings('show_cart')==1)
{{@cartItem()}}
@endif