File: /home/alfouzantranspor/www/wp-content/themes/businessexpo/inc/admin/tabs/support-and-review.php
<?php
/**
* Getting Started Panel.
*
* @package businessexpo
*/
?>
<div id="support-and-review" class="panel-left">
<div class="panel">
<div class="panel-aside panel-column w-50">
<h4><?php esc_html_e( 'Support', 'businessexpo' ); ?></h4>
<p><?php esc_html_e( 'Still having a problem after using all the documentation? No Problem!! Our dedicated support team will help you to solve your problem. Hope you are enjoying our businessexpo theme.', 'businessexpo' ); ?></p>
<a class="button button-primary" target="_blank" href="//wordpress.org/support/theme/businessexpo/" title="<?php esc_attr_e( 'Get Support', 'businessexpo' ); ?>"><?php esc_html_e( 'Get Support', 'businessexpo' ); ?></a>
</div>
<div class="panel-aside panel-column w-50">
<h4><?php esc_html_e( 'Leave us a review', 'businessexpo' ); ?></h4>
<p><?php esc_html_e( 'If you are enjoying our businessexpo theme. So we will be waiting for your beautiful feedback. We will appreciate you with love.', 'businessexpo' ); ?></p>
<a class="button button-primary" target="_blank" href="//wordpress.org/support/theme/businessexpo/reviews/#new-post" title="<?php esc_attr_e( 'Submit a review', 'businessexpo' ); ?>"><?php esc_html_e( 'Submit a review', 'businessexpo' ); ?></a>
</div>
</div>
</div>