<?php
/**
 * Thrive Themes - https://thrivethemes.com
 *
 * @package thrive-dashboard
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Silence is golden!
}
?>
<div class="tvd-cs-empty">
	<?php echo dashboard_icon( 'content-sets' ) ?>
	<p>
		<b><?php echo esc_html__( 'No content sets found based on your search', 'thrive-dash' ); ?></b>
		<br>
	</p>
</div>
