/home/nbcgowuy/kdosheleads.com/wp-content/plugins/dokan-lite/templates/withdraw/withdraw.php
<?php do_action( 'dokan_dashboard_wrap_start' ); ?>

<div class="dokan-dashboard-wrap">

    <?php

    /**
     *  Adding dokan_dashboard_content_before hook
     *  dokan_withdraw_content_before hook
     *
     * @hooked get_dashboard_side_navigation
     *
     * @since  2.4
     */
    do_action( 'dokan_dashboard_content_before' );
    do_action( 'dokan_withdraw_content_before' );
    ?>

    <div class="dokan-dashboard-content dokan-withdraw-content">

        <?php

        /**
         *  Adding dokan_withdraw_content_inside_before hook
         *
         * @since 2.4
         */
        do_action( 'dokan_withdraw_content_inside_before' );
        ?>

        <article class="dokan-withdraw-area">

            <?php
            /**
             * Adding dokan_withdraw_header_render hook
             *
             * @hooked dokan_coupon_header_render
             *
             * @since  2.4
             */
            do_action( 'dokan_withdraw_content_area_header' );
            ?>

            <div class="entry-content">

                <?php
                /**
                 * Adding dokan_withdraw_header_render hook
                 *
                 * @hooked dokan_render_withdraw_error
                 * @hooked dokan_withdraw_status_filter
                 * @hooked dokan_show_seller_balance
                 * @hooked dokan_withdraw_form_and_listing
                 *
                 * @since  2.4
                 */
                do_action( 'dokan_withdraw_content' );
                ?>

            </div><!-- .entry-content -->

        </article>

        <?php

        /**
         *  Adding dokan_withdraw_content_inside_after hook
         *
         * @since 2.4
         */
        do_action( 'dokan_withdraw_content_inside_after' );
        ?>
    </div><!-- .dokan-dashboard-content -->

    <?php
    /**
     *  Adding dokan_dashboard_content_after hook
     *  dokan_withdraw_content_after hook
     *
     * @since 2.4
     */
    do_action( 'dokan_dashboard_content_after' );
    do_action( 'dokan_withdraw_content_after' );
    ?>
</div><!-- .dokan-dashboard-wrap -->

<?php do_action( 'dokan_dashboard_wrap_end' ); ?>