File: /home/muoapartman/www/wp-content/themes/resoto/welcome/sections/support.php
<div class="support-wrap">
<div class="support-col">
<h3><?php echo esc_html__('Documentation', 'resoto'); ?></h3>
<p><?php
printf(
/* translators: Theme Name */
esc_html__('Read the detailed documentation of the theme. The documentation contains all the necessary information required to set up the %s theme.', 'resoto'), esc_html($this->theme_name));
?></p>
<a class="button button-primary" target="_blank" href="https://doc.mysticalthemes.com/resoto/"><?php echo esc_html__('Read Full Documentation', 'resoto'); ?></a>
</div>
<div class="support-col">
<h3><?php echo esc_html__('Create Support Tickets', 'resoto'); ?></h3>
<p><?php echo esc_html__('Still, having problems after reading all the documentation? No Problem!! Please create a support ticket. Our dedicated support team will help you to solve your problem.', 'resoto'); ?></p>
<a class="button button-primary" target="_blank" href="https://mysticalthemes.com/forums/forum/wordpress-free-themes/resoto/"><?php echo esc_html__('Create Support Tickets', 'resoto'); ?></a>
</div>
</div>