getDismiss()) { $hasNotifications = true; break; } } ?>
getDismiss()) continue; $hasNotifications = true; View::load("components/notification/card", ['notification' => $notification]); endforeach; View::load("components/notification/no-data", ['tab' => __('inbox', 'wp-statistics')]); endif; if (!$hasNotifications) { View::load("components/notification/no-data", ['tab' => __('inbox', 'wp-statistics')]); } ?>
getDismiss()) continue; $hasDismissed = true; View::load("components/notification/card", ['notification' => $notification]); endforeach; View::load("components/notification/no-data", ['tab' => __('dismissed list', 'wp-statistics')]); endif; if (!$hasDismissed) { View::load("components/notification/no-data", ['tab' => __('dismissed list', 'wp-statistics')]); } ?>