0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 18.117.107.110


Current Path : /var/www/html/pms/html/
Upload File :
Current File : /var/www/html/pms/html/banklist.html

<div class="row clearfix">
    <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
      <div class="card">
        <div class="header">
          <h2>Bank list</h2>
          <div style="float: right">
            <button
              style="margin-top: -45px"
              class="btn bg-primary waves-effect"
              onclick="addBank()"
            >
              New
            </button>
          </div>          
        </div>
        <div class="body">
          <div class="row clearfix">
            <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" id="loadInvoice">
              <table class="table table-bordered table-hover">
                <thead>
                  <tr class="bg-primary">
                    <th width="4%">
                      <center>Sl. No.</center>
                    </th>
                    <th width="7%">
                      <center>Bank Code</center>
                    </th>
                    <th width="15%">
                      <center>Bank Name</center>
                    </th>
                    <th width="9%">
                      <center>Mobile</center>
                    </th>
                    <th width="9%">
                      <center>Created Date</center>
                    </th>                               
                    <th width="9%">
                    <center>Action</center>
                    </th>                    
                  </tr>
                </thead>
  
                <tbody id="appsuplistbody"></tbody>
              </table>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>