<div class="gholab-wrapper">

    <?php settings_errors(); ?>

    <div class="gholab-header">
        <h1 class="gholab-text-center">تنظیمات</h1>
    </div>

    <div class="gholab-body">
        <form action="options.php" method="post">
            <?php
            settings_fields('gholab_settings');
            do_settings_sections('gholab_settings');
            submit_button('ذخیره تغییرات');
            ?>
        </form>
    </div>
</div>