<div class="gholab-wrapper">

    <div class="gholab-header">
        <div class="gholab-text-center">
            <img src="<?php echo GHOLAB_PLUGIN_URL . 'src/Statics/gholab-logo.png'; ?>"/>
        </div>
        <h1 class="gholab-text-center">قلاب</h1>
        <h2 class="gholab-text-center">بازار مقایسه دقیق قیمت ها و خرید آنلاین</h2>
    </div>

    <div class="gholab-body">
        <div class="gholab-section gholab-text-center">
            <button
                    id="btn_manual_sync"
                    type="button"
                    class="button button-primary"
            >
                همگام سازی محصولات با سایت قلاب
            </button>
            <p>
                <a href="https://gholab.ir" target="_blank">سایت قلاب</a>
                |
                <a href="<?php echo admin_url('admin.php?page=gholab_help'); ?>">راهنمای افزونه</a>
            </p>
        </div>

        <?php if (GHOLAB_SHOW_LOGS_IN_HOME): ?>
            <div class="gholab-section">
                <span class="gholab-titr">آخرین همگام سازی در تاریخ:</span>
                <b dir="ltr"><?php echo $gholab_viewData['last_sync']; ?></b>
                <br/>
                جزئیات:
                <pre class="gholab-code-view"><?php echo $gholab_viewData['last_sync_log']; ?></pre>
            </div>

            <div class="gholab-section">
                آخرین درخواست سایت قلاب در تاریخ:
                <b dir="ltr"><?php echo $gholab_viewData['last_api_call']; ?></b>
                <br/>
                جزئیات:
                <pre class="gholab-code-view"><?php echo $gholab_viewData['last_api_log']; ?></pre>
            </div>
        <?php endif; ?>
    </div>
</div>
