@extends('front.app') @section('meta') @stop @section('container')

{{$menu_elem->h1_title}}

@if($main_pages->isNotEmpty())
    @foreach($main_pages as $main_page)
  • has_submenu)class="sitemap-submenu @if($main_page->active_page)active @endif" @endif> {{$main_page->name}}
  • @endforeach

@if($current_item->alias == 'catalog') {{$current_item->name}} @else {{$current_item->name}} arrow-sitemap @endif

@if($current_item_pages->isNotEmpty()) @if($current_item_pages->count() > 8)
@foreach($current_item_pages->chunk(8) as $chunk_current_item_pages)
@foreach($chunk_current_item_pages as $chunk_current_item_page) @include('front.templates.sitemap-page-item',['current_item_page'=>$chunk_current_item_page]) @endforeach
@endforeach
@else
@foreach($current_item_pages as $current_item_page) @include('front.templates.sitemap-page-item') @endforeach
@endif @endif
@else

{{ShowLabelById(239)}}

@endif
@stop