index of
/
home
/
thefkyzp
/
hulmvisaadvisor.com
/
wp-content
/
plugins
/
surecart
/
views
/
admin
/
customers
/
File: /home/thefkyzp/hulmvisaadvisor.com/wp-content/plugins/surecart/views/admin/customers/index.php
<div class="wrap"> <?php \SureCart::render( 'layouts/partials/admin-index-styles' ); ?> <?php \SureCart::render( 'layouts/partials/admin-index-header', [ 'title' => __( 'Customers', 'surecart' ), 'new_link' => \SureCart::getUrl()->edit( 'customers' ), ] ); ?> <?php $table->search_form( __( 'Search Customers', 'surecart' ), 'sc-search-customers' ); ?> <form id="posts-filter" method="get"> <?php $table->display(); ?> <div id="ajax-response"></div> </form> </div>