Dashboard @can('view_analytics') Analytics @endcan @can('view_players') Players @endcan @can('view_punishments') @if($this->isModuleEnabled('module_punishments')) Punishments @endif @endcan @can('view_announcements') @if($this->isModuleEnabled('module_announcements')) Announcements @endif @endcan @can('view_servers') @if($this->isModuleEnabled('module_servermanager')) Servers @endif @endcan @can('view_pre_punishments') @if($this->isModuleEnabled('module_pre_punishments')) Punishment Templates @endif @endcan @can('view_languages') Languages @endcan @can('view_permissions') @if($this->isModuleEnabled('module_permissions_bungee')) Permissions @endif @endcan @can('view_filter') @if($this->isModuleEnabled('module_filter')) Filter @endif @endcan @can('view_commandblocker') @if($this->isModuleEnabled('module_commandblocker')) Command Blocker @endif @endcan @can('view_helpop') @if($this->isModuleEnabled('module_helpop')) HelpOP @endif @endcan @can('view_chat') Chat @endcan @can('view_chatlogs') ChatLogs @endcan @can('view_tags') @if($this->isModuleEnabled('module_tags')) Tags @endif @endcan @can('view_tickets') @if($this->isModuleEnabled('module_tickets')) Tickets @endif @endcan @can('view_command_log') Command Log @endcan @can('view_network') @if(Auth::user()->can('view_motd') && $this->isModuleEnabled('motd_enabled')) MOTD @endif Server Stats Settings @can('manage_groups_and_accounts') Groups & Accounts @endcan @endcan @can('view_addons') @if(count(\Nwidart\Modules\Facades\Module::allEnabled()) > 0) Addons
    @foreach(\Nwidart\Modules\Facades\Module::allEnabled() as $module)
  • {{ $module->getName() }}
  • @endforeach
@endif @endcan