get_sections() as $section ) {
$active_class = $this->get_current_section() === (string) $section ? 'nav-tab-active' : '';
$url = $this->get_url( $section );
$right_class = $section::SLUG === GetPro::SLUG ? 'nav-tab-right' : '';
?>
get_title() ); ?>
render_admin_notices(); ?>
render(); ?>