$level || ( ! $slim_mode && $original_level + 3 == $level)) ? ' hidden' : '' }}' data-level='{{ $level }}'>
@foreach($items as $ilvl => $gear) @foreach($gear as $item)
recipes->count() ? ' craftable' : '' }}' data-item-id='{{ $item->id }}' data-item-ilvl='{{ $item->ilvl }}' data-cannot-equip='{{{ $item->cannot_equip }}}' data-score='{{ $item->score }}'>
@if ($item->can_hq) @endif
@if(count($item->recipes))
@elseif(count($item->instances) || count($item->achievements) || count($item->mobs) || count($item->ventures))
@endif @if(count($item->shops))
@endif
@foreach($item->attributes as $attribute) @if($attribute->quality == 'nq') @endif @if($attribute->quality == 'hq') @endif @endforeach
@endforeach @endforeach
@if($i > 1)
More options 1 / {{ $i }} Next »
@endif