/home/preegmxb/gymnyou.com/wp-content/plugins/white-label-cms/view/admin/parts/import-settings.php
<section class="tab-import-settings" id="import-settings">
    <div class="wlcms-body-wrapper">
        <div class="wlcms-body-header">
            <h2><?php _e('Import Settings', 'white-label-cms') ?></h2>
        </div>
        <div class="wlcms-body-main">
            <div class="wlcms-input-group">
                <div class="wlcms-input">
                    <input type="file" name="import_file" id="import_file" />
                </div>
                <div class="wlcms-help">
                    <?php _e('To import the settings from another website', 'white-label-cms') ?>
                </div>
            </div>
        </div>
    </div>
</section>