File: /home/ohirex/web/ohirex.com/public_html/wp-content/plugins/mailster/views/automation/empty.php
<div class="empty-table-wrap">
<div class="empty-table-wrap-inner">
<h2><?php esc_html_e( 'Ready to start automating your email marketing?', 'mailster' ); ?></h2>
<p><?php esc_html_e( 'Automating your email marketing campaigns with Mailster becomes easier and more flexible than ever before.', 'mailster' ); ?></p>
<p><?php esc_html_e( 'With our powerful automation features, you can leverage the our Workflow Editor to create custom, highly effective automations tailored to your specific needs.', 'mailster' ); ?></p>
<p>
<?php if ( current_user_can( 'read_mailster-workflow' ) && current_user_can( 'edit_mailster-workflow' ) ) : ?>
<a href="<?php echo admin_url( 'post-new.php?post_type=mailster-workflow' ); ?>" class="button button-primary button-hero"><?php esc_html_e( 'Create new Automation', 'mailster' ); ?></a>
<?php else : ?>
<button disabled href="#" class="button button-primary button-hero" ><?php esc_html_e( 'No Permission to create Automations', 'mailster' ); ?></button>
<?php endif; ?>
<a href="<?php echo mailster_url( 'https://kb.mailster.co/6460f6909a2fac195e609002' ); ?>" class="button button-secondary button-hero" data-mode="modal" data-article="6460f6909a2fac195e609002"><?php esc_html_e( 'Check out our guide', 'mailster' ); ?></a>
</p>
</div>
</div>