-
@foreach($categories as $category)
@if ($loop->index < 10)
- children->count() > 0) class="has-children" @endif> @if ($category->icon && count($category->icon->meta_value) > 0) @endif {{ $category->name }} @if ($category->children->count() > 0) @endif @endif @endforeach @if (count($categories) > 10)
- @endif
{{ __('Show more...') }}
@endif