File: /home/kashmira/public_html/razitahir.com/wp-content/themes/upress/inc/customizer/panels.php
<?php
new \Kirki\Panel(
	'general_panel',
	[
		'priority'    => 10,
		'title'       => esc_html__( 'General', 'urdupress' ),
		'description' => esc_html__( 'General Settings of UrduPress', 'urdupress' ),
	]
);
new \Kirki\Panel(
	'header_panel',
	[
		'priority'    => 10,
		'title'       => esc_html__( 'Header', 'urdupress' ),
		'description' => esc_html__( 'Header Settings of UrduPress', 'urdupress' ),
	]
);
new \Kirki\Panel(
	'footer_panel',
	[
		'priority'    => 10,
		'title'       => esc_html__( 'Footer', 'urdupress' ),
		'description' => esc_html__( 'Footer Settings of UrduPress', 'urdupress' ),
	]
);
new \Kirki\Panel(
	'home_panel',
	[
		'priority'    => 10,
		'title'       => esc_html__( 'HomePage', 'urdupress' ),
		'description' => esc_html__( 'Homepage Settings of UrduPress', 'urdupress' ),
	]
);
new \Kirki\Panel(
	'postsetting_panel',
	[
		'priority'    => 10,
		'title'       => esc_html__( 'Single Post', 'urdupress' ),
		'description' => esc_html__( 'Single Post Settings of UrduPress', 'urdupress' ),
	]
);
new \Kirki\Panel(
	'typography_panel',
	[
		'priority'    => 10,
		'title'       => esc_html__( 'Typography', 'urdupress' ),
		'description' => esc_html__( 'Typography Settings of UrduPress', 'urdupress' ),
	]
);
new \Kirki\Panel(
	'socialmedia_panel',
	[
		'priority'    => 10,
		'title'       => esc_html__( 'Social Media', 'urdupress' ),
		'description' => esc_html__( 'Social Media Settings of UrduPress', 'urdupress' ),
	]
);
new \Kirki\Panel(
	'translation_panel',
	[
		'priority'    => 10,
		'title'       => esc_html__( 'Translation', 'urdupress' ),
		'description' => esc_html__( 'Translate Labels & Texts in Theme Templates', 'urdupress' ),
	]
);
if(get_option( 'urdupress_widgets_module_videos' ) == 'on') {
	new \Kirki\Panel(
		'videos_panel',
		[
			'priority'    => 10,
			'title'       => esc_html__( 'Videos Module', 'urdupress' ),
			'description' => esc_html__( 'Manage layout and settings for the videos module', 'urdupress' ),
		]
	);
}