@php($home = true) @php($count = 0) @foreach($categories as $cat) @if($category && $cat->id == $category->id) @php($home = false) @php($count++) @endif @endforeach @if($count > 1)
  • {{ request()->translations['static']['catalog_home'] }}
  • @foreach($categories as $cat)
  • {{ request()->translations['pcategory'][$cat->id] }}
  • @endforeach @endif