{{ $game }} - {{ ucfirst($section) }}
{{ __('Filters') }}
{{ __('No entries found.') }}
@else{{ __('Name') }}
@if($isMonsterSection)
{{ __('Level') }}
@endif
@if($showFactionColumn)
{{ __('Faction') }}
{{ __('Fac') }}
@endif
@if($icon)
@endif
{{ $name }}
@if($isMonsterSection)
{{ $level && $level > 0 ? $level : '-' }}
@endif
@if($showFactionColumn)
{{ $faction }}
{{ $factionShort }}
@endif
@endforeach