@if($plugin->type !== "system")
@if (!$plugin->enabled) {{ __('buttons.enable') }} | {{ __('buttons.remove') }} @else {{ __('buttons.disable') }} @endif
@if ($plugin->enabled && file_exists(APP_ROOT . '/app/Plugins/' . $plugin->foldername . '/Controllers/Settings.php')) Settings @endif
@else

System Plugin, cannot be disabled or removed

@endif