{{ $item->name->term }}, Gathering Locations

@if(empty($clusters))

Sorry, no data yet.

XIVDB comments are generally helpful in these situations!

@else @foreach ($clusters as $location => $levels)
{{ $location }}
    @foreach ($levels as $level => $icons)
  • Level {{ $level }}
      @foreach ($icons as $icon => $descriptions) @foreach ($descriptions as $desc => $count)
    • {{ $desc }} {{ $count }} nodes
    • @endforeach @endforeach
  • @endforeach
@endforeach @endif