| Current File : /home/tekstore/public_html/wp-content/plugins/dokan-lite/templates/dashboard/sales-chart-widget.php |
<?php
/**
* Dokan Dashboard Template
*
* Dokan Dashboard Sales chart report widget
*
* @since 2.4
*
* @package dokan
*/
?>
<div class="dashboard-widget sells-graph">
<div class="widget-title"><i class="far fa-credit-card"></i> <?php esc_html_e( 'Sales this Month', 'dokan-lite' ); ?></div>
<?php
require_once DOKAN_INC_DIR . '/reports.php';
dokan_dashboard_sales_overview();
?>
</div> <!-- .sells-graph -->