<?php 
error_reporting(0);
@session_start();
include("common-left.php"); 
include("config.php");


//if($_SESSION[username]=="")
//{header("../login.php");exit();}
	


     $tdte = date("Y/m/d");
//$branch = $_SESSION[branch];

 $resultB1 = mysql_query("SELECT sum(price) FROM record where purchased='$tdte' and branch='B1'") or die(mysql_error());
$rowsB1 = mysql_fetch_array($resultB1);

$resultB2 = mysql_query("SELECT sum(price) FROM record where purchased='$tdte' and branch='B2'") or die(mysql_error());
$rowsB2 = mysql_fetch_array($resultB2);

$resultB3 = mysql_query("SELECT sum(price) FROM record where purchased='$tdte' and branch='B3'") or die(mysql_error());
$rowsB3 = mysql_fetch_array($resultB3);

$resultB4 = mysql_query("SELECT sum(price) FROM record where purchased='$tdte' and branch='B4'") or die(mysql_error());
$rowsB4 = mysql_fetch_array($resultB4);

$resultB5 = mysql_query("SELECT sum(price) FROM record where purchased='$tdte' and branch='B5'") or die(mysql_error());
$rowsB5 = mysql_fetch_array($resultB5);

$resultsum = mysql_query("SELECT sum(price) FROM record where purchased='$tdte'") or die(mysql_error());
$rowssum = mysql_fetch_array($resultsum);


$que3="select * from customer where  regdte='$tdte' and branch='B1'";			
if (!($page_res3 = mysql_query($que3))) { echo "FOR QUERY: $strsql<BR>".mysql_error(); exit;}
$rowCount = mysql_num_rows($page_res3);
$countRB1=$srnum[0];
while($rowregB1=mysql_fetch_array($page_res3)){$countRB1++;}

$queB2="select * from customer where  regdte='$tdte' and branch='B2'";			
if (!($page_resB2 = mysql_query($queB2))) { echo "FOR QUERY: $strsql<BR>".mysql_error(); exit;}
$rowCount = mysql_num_rows($page_resB2);
$countRB2=$srnum[0];
while($rowregB2=mysql_fetch_array($page_resB2)){$countRB2++;}

$queB3="select * from customer where  regdte='$tdte' and branch='B3'";			
if (!($page_resB3 = mysql_query($queB3))) { echo "FOR QUERY: $strsql<BR>".mysql_error(); exit;}
$rowCount = mysql_num_rows($page_resB3);
$countRB3=$srnum[0];
while($rowregB3=mysql_fetch_array($page_resB3)){$countRB3++;}

$queB4="select * from customer where  regdte='$tdte' and branch='B4'";			
if (!($page_resB4 = mysql_query($queB4))) { echo "FOR QUERY: $strsql<BR>".mysql_error(); exit;}
$rowCount = mysql_num_rows($page_resB4);
$countRB4=$srnum[0];
while($rowregB4=mysql_fetch_array($page_resB4)){$countRB4++;}

$queB5="select * from customer where  regdte='$tdte' and branch='B5'";			
if (!($page_resB5 = mysql_query($queB5))) { echo "FOR QUERY: $strsql<BR>".mysql_error(); exit;}
$rowCount = mysql_num_rows($page_resB5);
$countRB5=$srnum[0];
while($rowregB5=mysql_fetch_array($page_resB5)){$countRB5++;}

 $queRsum="select * from customer where  status='Y' and regdte='$tdte'";			
if (!($page_resRsum = mysql_query($queRsum))) { echo "FOR QUERY: $strsql<BR>".mysql_error(); exit;}
$rowCount = mysql_num_rows($page_resRsum);
$countRsum=$srnum[0];
while($rowregBsum=mysql_fetch_array($page_resRsum)){$countRsum++;}


   $resultSB1 = mysql_query("SELECT sum(price) FROM record where  MONTH(purchased) = MONTH(CURRENT_DATE()) and branch='B1'") or die(mysql_error());
	$rowsSB1 = mysql_fetch_array($resultSB1);   
	
	$resultSB2 = mysql_query("SELECT sum(price) FROM record where  MONTH(purchased) = MONTH(CURRENT_DATE()) and branch='B2'") or die(mysql_error());
	$rowsSB2 = mysql_fetch_array($resultSB2);   
	
	$resultSB3 = mysql_query("SELECT sum(price) FROM record where  MONTH(purchased) = MONTH(CURRENT_DATE()) and branch='B3'") or die(mysql_error());
	$rowsSB3 = mysql_fetch_array($resultSB3);   
	
	$resultSB4 = mysql_query("SELECT sum(price) FROM record where  MONTH(purchased) = MONTH(CURRENT_DATE()) and branch='B4'") or die(mysql_error());
	$rowsSB4 = mysql_fetch_array($resultSB4);   
	
	$resultSB5 = mysql_query("SELECT sum(price) FROM record where  MONTH(purchased) = MONTH(CURRENT_DATE()) and branch='B5'") or die(mysql_error());
	$rowsSB5 = mysql_fetch_array($resultSB5);   
	
	$resultpmsum = mysql_query("SELECT sum(price) FROM record where  MONTH(purchased) = MONTH(CURRENT_DATE())") or die(mysql_error());
    $rowssumpm = mysql_fetch_array($resultpmsum);
	
	$que4="SELECT * FROM customer where branch='B1' and `regdte` >= DATE_SUB(CURDATE(), INTERVAL 1 MONTH)";			
if (!($page_res4 = mysql_query($que4))) { echo "FOR QUERY: $strsql<BR>".mysql_error(); exit;}
$rowCount = mysql_num_rows($page_res4);
$count4B1=$srnum[0];
while($row4=mysql_fetch_array($page_res4)){$count4B1++;}	

$queb2="SELECT * FROM customer where branch='B2' and `regdte` >= DATE_SUB(CURDATE(), INTERVAL 1 MONTH)";			
if (!($page_resb2 = mysql_query($queb2))) { echo "FOR QUERY: $strsql<BR>".mysql_error(); exit;}
$rowCount = mysql_num_rows($page_resb2);
$count4B2=$srnum[0];
while($row4=mysql_fetch_array($page_resb2)){$count4B2++;}	

$queb3="SELECT * FROM customer where branch='B3' and `regdte` >= DATE_SUB(CURDATE(), INTERVAL 1 MONTH)";			
if (!($page_resb3 = mysql_query($queb3))) { echo "FOR QUERY: $strsql<BR>".mysql_error(); exit;}
$rowCount = mysql_num_rows($page_resb3);
$count4B3=$srnum[0];
while($row4=mysql_fetch_array($page_resb3)){$count4B3++;}	

$queb4="SELECT * FROM customer where branch='B4' and `regdte` >= DATE_SUB(CURDATE(), INTERVAL 1 MONTH)";			
if (!($page_resb4 = mysql_query($queb4))) { echo "FOR QUERY: $strsql<BR>".mysql_error(); exit;}
$rowCount = mysql_num_rows($page_resb4);
$count4B4=$srnum[0];
while($row4=mysql_fetch_array($page_resb4)){$count4B4++;}	

$queb5="SELECT * FROM customer where branch='B5' and `regdte` >= DATE_SUB(CURDATE(), INTERVAL 1 MONTH)";			
if (!($page_resb5 = mysql_query($queb5))) { echo "FOR QUERY: $strsql<BR>".mysql_error(); exit;}
$rowCount = mysql_num_rows($page_resb5);
$count4B5=$srnum[0];
while($row4=mysql_fetch_array($page_resb5)){$count4B5++;}	

$rmdte = date("m-Y");
 $que5="SELECT * FROM customer where rdte='$rmdte'";			
if (!($page_res5 = mysql_query($que5))) { echo "FOR QUERY: $strsql<BR>".mysql_error(); exit;}
$rowCount = mysql_num_rows($page_res5);
$count5=$srnum[0];
while($row5=mysql_fetch_array($page_res5)){$count5++;}

 $resultTSB1 = mysql_query("SELECT sum(price) FROM record where branch='B1'") or die(mysql_error());
	$rowsTSB1 = mysql_fetch_array($resultTSB1);   
	
	$resultTSB2 = mysql_query("SELECT sum(price) FROM record where  branch='B2'") or die(mysql_error());
	$rowsTSB2 = mysql_fetch_array($resultTSB2);   
	
	$resultTSB3 = mysql_query("SELECT sum(price) FROM record where  branch='B3'") or die(mysql_error());
	$rowsTSB3 = mysql_fetch_array($resultTSB3);   
	
	$resultTSB4 = mysql_query("SELECT sum(price) FROM record where  branch='B4'") or die(mysql_error());
	$rowsTSB4 = mysql_fetch_array($resultTSB4);   
	
	$resultTSB5 = mysql_query("SELECT sum(price) FROM record where  branch='B5'") or die(mysql_error());
	$rowsTSB5 = mysql_fetch_array($resultTSB5);   
	
	$resultTSsum = mysql_query("SELECT sum(price) FROM record") or die(mysql_error());
    $rowssumTS = mysql_fetch_array($resultTSsum);
	
	
$que3B1="select * from customer where branch='B1'";			
if (!($page_res3B1 = mysql_query($que3B1))) { echo "FOR QUERY: $strsql<BR>".mysql_error(); exit;}
$rowCount = mysql_num_rows($page_res3B1);
$count3B1=$srnum[0];
while($row=mysql_fetch_array($page_res3B1)){$count3B1++;}

$que3B2="select * from customer where branch='B2'";			
if (!($page_res3B2 = mysql_query($que3B2))) { echo "FOR QUERY: $strsql<BR>".mysql_error(); exit;}
$rowCount = mysql_num_rows($page_res3B2);
$count3B2=$srnum[0];
while($row=mysql_fetch_array($page_res3B2)){$count3B2++;}

$que3B3="select * from customer where branch='B3'";			
if (!($page_res3B3 = mysql_query($que3B3))) { echo "FOR QUERY: $strsql<BR>".mysql_error(); exit;}
$rowCount = mysql_num_rows($page_res3B3);
$count3B3=$srnum[0];
while($row=mysql_fetch_array($page_res3B3)){$count3B3++;}

$que3B4="select * from customer where branch='B4'";			
if (!($page_res3B4 = mysql_query($que3B4))) { echo "FOR QUERY: $strsql<BR>".mysql_error(); exit;}
$rowCount = mysql_num_rows($page_res3B4);
$count3B4=$srnum[0];
while($row=mysql_fetch_array($page_res3B4)){$count3B4++;}

$que3B5="select * from customer where branch='B5'";			
if (!($page_res3B5 = mysql_query($que3B5))) { echo "FOR QUERY: $strsql<BR>".mysql_error(); exit;}
$rowCount = mysql_num_rows($page_res3B5);
$count3B5=$srnum[0];
while($row=mysql_fetch_array($page_res3B5)){$count3B5++;}

$quetr="select * from customer";			
if (!($page_restr = mysql_query($quetr))) { echo "FOR QUERY: $strsql<BR>".mysql_error(); exit;}
$rowCount = mysql_num_rows($page_restr);
$counttr=$srnum[0];
while($row=mysql_fetch_array($page_restr)){$counttr++;}

/*  start No of Active Customers   */
$rmdte = date("m-Y");

 //$que5="SELECT * FROM customer_product_point where rdte='$rmdte' and branch='B1'";	
  $que5="SELECT * FROM customer_product_point where endmonth >= DATE_SUB(CURDATE(), INTERVAL 0 DAY) and branch='B1'";		 
if (!($page_res5 = mysql_query($que5))) { echo "FOR QUERY: $strsql<BR>".mysql_error(); exit;}
$rowCount = mysql_num_rows($page_res5);
$countA52=$srnum[0];
while($row5=mysql_fetch_array($page_res5)){$countA52++;}


 //$que5="SELECT * FROM customer_product_point where rdte='$rmdte' and branch='B2'";
 $que5="SELECT * FROM customer_product_point where endmonth >= DATE_SUB(CURDATE(), INTERVAL 0 DAY) and branch='B2'"; 
if (!($page_res5 = mysql_query($que5))) { echo "FOR QUERY: $strsql<BR>".mysql_error(); exit;}
$rowCount = mysql_num_rows($page_res5);
$countA53=$srnum[0];
while($row5=mysql_fetch_array($page_res5)){$countA53++;}


 //$que5="SELECT * FROM customer_product_point where rdte='$rmdte' and branch='B3'";	
 $que5="SELECT * FROM customer_product_point where endmonth >= DATE_SUB(CURDATE(), INTERVAL 0 DAY) and branch='B3'"; 
if (!($page_res5 = mysql_query($que5))) { echo "FOR QUERY: $strsql<BR>".mysql_error(); exit;}
$rowCount = mysql_num_rows($page_res5);
$countA54=$srnum[0];
while($row5=mysql_fetch_array($page_res5)){$countA54++;}


 //$que5="SELECT * FROM customer_product_point where rdte='$rmdte' and branch='B4'";	
 $que5="SELECT * FROM customer_product_point where endmonth >= DATE_SUB(CURDATE(), INTERVAL 0 DAY) and branch='B4'"; 
if (!($page_res5 = mysql_query($que5))) { echo "FOR QUERY: $strsql<BR>".mysql_error(); exit;}
$rowCount = mysql_num_rows($page_res5);
$countA55=$srnum[0];
while($row5=mysql_fetch_array($page_res5)){$countA55++;}


 //$que5="SELECT * FROM customer_product_point where rdte='$rmdte' and branch='B5'";
 $que5="SELECT * FROM customer_product_point where endmonth >= DATE_SUB(CURDATE(), INTERVAL 0 DAY) and branch='B5'"; 
if (!($page_res5 = mysql_query($que5))) { echo "FOR QUERY: $strsql<BR>".mysql_error(); exit;}
$rowCount = mysql_num_rows($page_res5);
$countA56=$srnum[0];
while($row5=mysql_fetch_array($page_res5)){$countA56++;}

 //$qt="SELECT * FROM customer_product_point where rdte='$rmdte'";	
$qt="SELECT * FROM customer_product_point where endmonth >= DATE_SUB(CURDATE(), INTERVAL 0 DAY)"; 
if (!($page_resqt = mysql_query($qt))) { echo "FOR QUERY: $strsql<BR>".mysql_error(); exit;}
$rowCount = mysql_num_rows($page_resqt);
$countActive=$srnum[0];
while($row5=mysql_fetch_array($page_resqt)){$countActive++;}
/*  end No of Active Customers   */

/*  start No of inActive Customers   */
$rmdte = date("m-Y");
 //$queB1="SELECT * FROM customer_product_point where rdte!='$rmdte' and branch='B1'";
  $queB1="SELECT * FROM customer_product_point where endmonth <= DATE_SUB(CURDATE(), INTERVAL 0 DAY) and branch='B1'"; 
if (!($page_res6 = mysql_query($queB1))) { echo "FOR QUERY: $strsql<BR>".mysql_error(); exit;}
$rowCount = mysql_num_rows($page_res6);
$countINB1=$srnum[0];
while($row6=mysql_fetch_array($page_res6)){$countINB1++;}

 //$queB2="SELECT * FROM customer_product_point where rdte!='$rmdte' and branch='B2'";
  $queB2="SELECT * FROM customer_product_point where endmonth <= DATE_SUB(CURDATE(), INTERVAL 0 DAY) and branch='B2'";  
if (!($page_res6 = mysql_query($queB2))) { echo "FOR QUERY: $strsql<BR>".mysql_error(); exit;}
$rowCount = mysql_num_rows($page_res6);
$countINB2=$srnum[0];
while($row6=mysql_fetch_array($page_res6)){$countINB2++;}

 //$queB3="SELECT * FROM customer_product_point where rdte!='$rmdte' and branch='B3'";
  $queB3="SELECT * FROM customer_product_point where endmonth <= DATE_SUB(CURDATE(), INTERVAL 0 DAY) and branch='B3'";  
if (!($page_res6 = mysql_query($queB3))) { echo "FOR QUERY: $strsql<BR>".mysql_error(); exit;}
$rowCount = mysql_num_rows($page_res6);
$countINB3=$srnum[0];
while($row6=mysql_fetch_array($page_res6)){$countINB3++;}

 //$queB4="SELECT * FROM customer_product_point where rdte!='$rmdte' and branch='B4'";			
   $queB4="SELECT * FROM customer_product_point where endmonth <= DATE_SUB(CURDATE(), INTERVAL 0 DAY) and branch='B4'"; 
if (!($page_res6 = mysql_query($queB4))) { echo "FOR QUERY: $strsql<BR>".mysql_error(); exit;}
$rowCount = mysql_num_rows($page_res6);
$countINB4=$srnum[0];
while($row6=mysql_fetch_array($page_res6)){$countINB4++;}

// $queB5="SELECT * FROM customer_product_point where rdte!='$rmdte' and branch='B5'";
  $queB5="SELECT * FROM customer_product_point where endmonth <= DATE_SUB(CURDATE(), INTERVAL 0 DAY) and branch='B5'";  
if (!($page_res6 = mysql_query($queB5))) { echo "FOR QUERY: $strsql<BR>".mysql_error(); exit;}
$rowCount = mysql_num_rows($page_res6);
$countINB5=$srnum[0];
while($row6=mysql_fetch_array($page_res6)){$countINB5++;}

//$qt="SELECT * FROM customer_product_point where rdte!='$rmdte'";	
$qtinActive="SELECT * FROM customer_product_point where endmonth <= DATE_SUB(CURDATE(), INTERVAL 0 DAY)"; 		
if (!($page_resqt = mysql_query($qtinActive))) { echo "FOR QUERY: $strsql<BR>".mysql_error(); exit;}
$rowCount = mysql_num_rows($page_resqt);
$countINActive=$srnum[0];
while($row5=mysql_fetch_array($page_resqt)){$countINActive++;}	

/*  end No of inActive Customers   */

$odte = date("Y/m/d");
 $que7="SELECT * FROM tbl_order where odate='$odte' and branch='B1'";			
if (!($page_res7 = mysql_query($que7))) { echo "FOR QUERY: $strsql<BR>".mysql_error(); exit;}
$rowCount = mysql_num_rows($page_res7);
$countB17=$srnum[0];
while($row7=mysql_fetch_array($page_res7)){$countB17++;}

 $que7="SELECT * FROM tbl_order where odate='$odte' and branch='B2'";			
if (!($page_res7 = mysql_query($que7))) { echo "FOR QUERY: $strsql<BR>".mysql_error(); exit;}
$rowCount = mysql_num_rows($page_res7);
$countB27=$srnum[0];
while($row7=mysql_fetch_array($page_res7)){$countB27++;}

 $que7="SELECT * FROM tbl_order where odate='$odte' and branch='B3'";			
if (!($page_res7 = mysql_query($que7))) { echo "FOR QUERY: $strsql<BR>".mysql_error(); exit;}
$rowCount = mysql_num_rows($page_res7);
$countB37=$srnum[0];
while($row7=mysql_fetch_array($page_res7)){$countB37++;}

 $que7="SELECT * FROM tbl_order where odate='$odte' and branch='B4'";			
if (!($page_res7 = mysql_query($que7))) { echo "FOR QUERY: $strsql<BR>".mysql_error(); exit;}
$rowCount = mysql_num_rows($page_res7);
$countB47=$srnum[0];
while($row7=mysql_fetch_array($page_res7)){$countB47++;}

 $que7="SELECT * FROM tbl_order where odate='$odte'";			
if (!($page_res7 = mysql_query($que7))) { echo "FOR QUERY: $strsql<BR>".mysql_error(); exit;}
$rowCount = mysql_num_rows($page_res7);
$count00=$srnum[0];
while($row7=mysql_fetch_array($page_res7)){$count00++;}

$odte = date("m-Y");
 $que8="SELECT * FROM tbl_order where omdte='$odte' and branch='B1'";			
if (!($page_res8 = mysql_query($que8))) { echo "FOR QUERY: $strsql<BR>".mysql_error(); exit;}
$rowCount = mysql_num_rows($page_res8);
$countB18=$srnum[0];
while($row8=mysql_fetch_array($page_res8)){$countB18++;}	

 $que8="SELECT * FROM tbl_order where omdte='$odte' and branch='B2'";			
if (!($page_res8 = mysql_query($que8))) { echo "FOR QUERY: $strsql<BR>".mysql_error(); exit;}
$rowCount = mysql_num_rows($page_res8);
$countB28=$srnum[0];
while($row8=mysql_fetch_array($page_res8)){$countB28++;}	

 $que8="SELECT * FROM tbl_order where omdte='$odte' and branch='B3'";			
if (!($page_res8 = mysql_query($que8))) { echo "FOR QUERY: $strsql<BR>".mysql_error(); exit;}
$rowCount = mysql_num_rows($page_res8);
$countB38=$srnum[0];
while($row8=mysql_fetch_array($page_res8)){$countB38++;}	

 $que8="SELECT * FROM tbl_order where omdte='$odte' and branch='B4'";			
if (!($page_res8 = mysql_query($que8))) { echo "FOR QUERY: $strsql<BR>".mysql_error(); exit;}
$rowCount = mysql_num_rows($page_res8);
$countB48=$srnum[0];
while($row8=mysql_fetch_array($page_res8)){$countB48++;}	

 $que8="SELECT * FROM tbl_order where omdte='$odte' and branch='B5'";			
if (!($page_res8 = mysql_query($que8))) { echo "FOR QUERY: $strsql<BR>".mysql_error(); exit;}
$rowCount = mysql_num_rows($page_res8);
$countB58=$srnum[0];
while($row8=mysql_fetch_array($page_res8)){$countB58++;}	

	
$que8="SELECT * FROM tbl_order where omdte='$odte'";			
if (!($page_res8 = mysql_query($que8))) { echo "FOR QUERY: $strsql<BR>".mysql_error(); exit;}
$rowCount = mysql_num_rows($page_res8);
$count11=$srnum[0];
while($row8=mysql_fetch_array($page_res8)){$count11++;}	


 $que9="SELECT * FROM tbl_order where branch='B1'";			
if (!($page_res9 = mysql_query($que9))) { echo "FOR QUERY: $strsql<BR>".mysql_error(); exit;}
$rowCount = mysql_num_rows($page_res9);
$countB19=$srnum[0];
while($row9=mysql_fetch_array($page_res9)){$countB19++;} 

 $que9="SELECT * FROM tbl_order where branch='B2'";			
if (!($page_res9 = mysql_query($que9))) { echo "FOR QUERY: $strsql<BR>".mysql_error(); exit;}
$rowCount = mysql_num_rows($page_res9);
$countB29=$srnum[0];
while($row9=mysql_fetch_array($page_res9)){$countB29++;}  

 $que9="SELECT * FROM tbl_order where branch='B3'";			
if (!($page_res9 = mysql_query($que9))) { echo "FOR QUERY: $strsql<BR>".mysql_error(); exit;}
$rowCount = mysql_num_rows($page_res9);
$countB39=$srnum[0];
while($row9=mysql_fetch_array($page_res9)){$countB39++;}  

 $que9="SELECT * FROM tbl_order where branch='B4'";			
if (!($page_res9 = mysql_query($que9))) { echo "FOR QUERY: $strsql<BR>".mysql_error(); exit;}
$rowCount = mysql_num_rows($page_res9);
$countB49=$srnum[0];
while($row9=mysql_fetch_array($page_res9)){$countB49++;}  

 $que9="SELECT * FROM tbl_order where branch='B5'";			
if (!($page_res9 = mysql_query($que9))) { echo "FOR QUERY: $strsql<BR>".mysql_error(); exit;}
$rowCount = mysql_num_rows($page_res9);
$countB59=$srnum[0];
while($row9=mysql_fetch_array($page_res9)){$countB59++;}  

 $que9="SELECT * FROM tbl_order";			
if (!($page_res9 = mysql_query($que9))) { echo "FOR QUERY: $strsql<BR>".mysql_error(); exit;}
$rowCount = mysql_num_rows($page_res9);
$count22=$srnum[0];
while($row9=mysql_fetch_array($page_res9)){$count22++;}   

?>
 <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
        <!-- START: Main Content-->
        <main>
            <div class="container-fluid">
                <!-- START: Breadcrumbs-->
                 <div class="row">
                    <div class="col-12  align-self-center">
                        <div class="sub-header mt-3 py-3 px-3 align-self-center d-sm-flex w-100 rounded">
                            <div class="w-sm-100 mr-auto"><h4 class="mb-0">Dashboard</h4> <b>Welcome to Admin</b></div>

                           
                        </div>
                    </div>
                </div>
				
                <!-- END: Breadcrumbs-->

                <!-- START: Card Data-->
                <div class="row">
                   
			                 <div class="col-12 col-md-2 border-top-0 border-left-0 p-3 " >
									 <h6 class="card-title font-weight-bold"><a href="" data-toggle="modal" data-target="#myModal1">
									 <button type="button" class="btn9"><font color="#fff"><b>GNA</b>  </font></a></button></h6>
								</div>
				   
		
                             <div class="col-12 col-md-2  border-top-0 border-left-0 p-3 " >
									 <h6 class="card-title font-weight-bold"><a href="" data-toggle="modal" data-target="#myModal2">
									 <button type="button" class="btn9"><font color="#fff"> <b>RSM</b>  </a></button></font></h6>
								</div>
								
								<div class="col-12 col-md-2 border-top-0 border-left-0 p-3 " >
                                  <h6 class="card-title font-weight-bold"><a href="" data-toggle="modal" data-target="#myModal3">
								  <button type="button" class="btn9"><font color="#fff">   <b>JHU</b>  </a></button></font> </h6>
								 </div>
								 
								 <div class="col-12 col-md-2  border-top-0 border-left-0 p-3 " >
                                 <h6 class="card-title font-weight-bold"><a href="" data-toggle="modal" data-target="#myModal4">
								 <button type="button" class="btn9"><font color="#fff">  <b>GNAP</b>  </a></button></font></h6>
								 </div>
								 
								 <div class="col-12 col-md-2  border-top-0 border-left-0 p-3 " >
                                   <h6 class="card-title font-weight-bold"><a href="" data-toggle="modal" data-target="#myModal5">
								   <button type="button" class="btn9"><font color="#fff"> <b>JHUP</b> </a> </button> </font></h6>
								 </div>
                  </div>
           <div class="row">
                    <div class="col-12  align-self-center">
                        <div class="sub-header mt-3 py-3 px-3 align-self-center d-sm-flex w-100 rounded">
                            <div class="w-sm-100 mr-auto">
							
							
									
							
				      <div class="card-content">
                                <div class="card-body pt-0">
                                    <div class="row">
									 <div class="col-12 col-md-4 border border border-top-0 border-left-0 p-3 " >
									 <button type="button" class="btn4"><b>Sale – Today</button></b>
								
									 <br> <button type="button" class="btn3"><b>GNA &nbsp;&nbsp; : &nbsp;&nbsp;</b><?php if($rowsB1['sum(price)']==''){?> <b>0 LTR </b><?php } else {?>
								<font color="#e91e63"><b><?php echo round($rowsB1['sum(price)']); ?> LTR </button></b></font>
								<?php } ?><br>
									    <button type="button" class="btn3"><b>RSM &nbsp;&nbsp; : &nbsp;&nbsp;</b><?php if($rowsB2['sum(price)']==''){?> <b>0 LTR </b><?php } else {?>
								<font color="#e91e63"><b><?php echo round($rowsB2['sum(price)']); ?> LTR </button></b></font>
								<?php } ?><br>
										<button type="button" class="btn3"><b>JHU &nbsp;&nbsp; : &nbsp;&nbsp;</b><?php if($rowsB3['sum(price)']==''){?> <b>0 LTR</b> <?php } else {?>
								<font color="#e91e63"><b><?php echo round($rowsB3['sum(price)']); ?> LTR </button></b></font>
								<?php } ?><br>
										<button type="button" class="btn3"><b>GNAP &nbsp;&nbsp;: &nbsp;&nbsp;</b><?php if($rowsB4['sum(price)']==''){?> <b>0 LTR </b><?php } else {?>
								<font color="#e91e63"><b><?php echo round($rowsB4['sum(price)']); ?> LTR </button></b></font>
								<?php } ?><br>
										 <button type="button" class="btn3"><b>JHUP  &nbsp;&nbsp; : &nbsp;&nbsp;</b><?php if($rowsB5['sum(price)']==''){?> <b>0 LTR </b><?php } else {?>
								<font color="#e91e63"><b><?php echo round($rowsB5['sum(price)']); ?> LTR </button></b></font>
								<?php } ?><br>
                                           
								<button type="button" class="btn4"><b>Total:</b><?php if($rowssum['sum(price)']==''){?> <b>0 LTR </b><?php } else {?>
								<b><?php echo round($rowssum['sum(price)']); ?> LTR </button></b>
								<?php } ?><br>
                                        </div>
                                  
										<div class="col-12 col-md-4 border border border-top-0 border-left-0 p-3 " >
									 <button type="button" class="btn4"><b>Registration - Today </button></b>
								
									 <br> <button type="button" class="btn3"><b>GNA &nbsp;&nbsp; : &nbsp;&nbsp;</b><?php if($countRB1==''){?><b> 0 </b><?php } else {?><font color="#e91e63"> <b><?php echo $countRB1;?> </button></b></font>
								<?php } ?><br>
									    <button type="button" class="btn3"><b>RSM &nbsp;&nbsp; : &nbsp;&nbsp;</b><?php if($countRB2==''){?> <b>0</b> <?php } else {?><font color="#e91e63"> <b><?php echo $countRB2;?> </button></b></font>
								<?php } ?><br>
										<button type="button" class="btn3"><b>JHU &nbsp;&nbsp; : &nbsp;&nbsp;</b><?php if($countRB3==''){?><b> 0 </b><?php } else {?><font color="#e91e63"> <b><?php echo $countRB3;?> </button></b></font>
								<?php } ?><br>
										<button type="button" class="btn3"><b>GNAP &nbsp;&nbsp;: &nbsp;&nbsp;</b><?php if($countRB4==''){?><b> 0 </b><?php } else {?><font color="#e91e63"><b> <?php echo $countRB4;?> </button></b></font>
								<?php } ?><br>
										 <button type="button" class="btn3"><b>JHUP  &nbsp;&nbsp; : &nbsp;&nbsp;</b><?php if($countRB5==''){?><b> 0 </b><?php } else {?><font color="#e91e63"> <b><?php echo $countRB5;?> </button></b></font>
								<?php } ?><br>
                                           
								<button type="button" class="btn4"><b>Total:</b> <?php if($countRsum==''){?><b> 0 </b><?php } else {?> <b><?php echo $countRsum;?></button></b>
								<?php } ?><br>
                                        </div>
								  
										 
											<div class="col-12 col-md-4 border border border-top-0 border-left-0 p-3 " >
									 <button type="button" class="btn4"><b>Gift - Today  </button></b>
								
								 <br> <button type="button" class="btn3"><b>GNA &nbsp;&nbsp; : &nbsp;&nbsp;</b>
								 <?php if($countB17==''){?> <b> 0 </b> <?php } else {?>
								 <font color="#e91e63"><b><?php echo round($countB17);?></b></font><?php  }?></button>
								<br>
									    <button type="button" class="btn3"><b>RSM &nbsp;&nbsp; : &nbsp;&nbsp;</b>
										<?php if($countB27==''){?> <b> 0 </b> <?php } else {?>
										<font color="#e91e63"><b><?php echo round($countB27);?></b></font><?php  }?></button>
								<br>
										<button type="button" class="btn3"><b>JHU &nbsp;&nbsp; : &nbsp;&nbsp;</b>
										<?php if($countB37==''){?> <b> 0 </b> <?php } else {?>
										<font color="#e91e63"><b><?php echo round($countB37);?></b></font><?php  }?></button>
								<br>
								<button type="button" class="btn3"><b>GNAP &nbsp;&nbsp;: &nbsp;&nbsp;</b>
								<?php if($countB47==''){?> <b> 0 </b> <?php } else {?>
								<font color="#e91e63"><b><?php echo round($countB47);?></b></font><?php  }?></button>
								<br>
										 <button type="button" class="btn3"><b>JHUP  &nbsp;&nbsp; : &nbsp;&nbsp;</b>
									<?php if($countB57==''){?> <b> 0 </b> <?php } else {?>
										 <font color="#e91e63"><b><?php echo round($countB57);?></b></font><?php  }?></button>
								<br>
                              <button type="button" class="btn4"><b>Total:</b> 
							  <?php if($count00==''){?> <b> 0 </b> <?php } else {?>
							  <b><?php echo $count00;?></b><?php  }?></button>
								<br>
                                        </div>
									<div class="col-12 col-md-4 border border border-top-0 border-left-0 p-3 " >
									 <button type="button" class="btn44"><b>Sale – Month</button></b>
								
									 <br> <button type="button" class="btn33"><b>GNA &nbsp;&nbsp; : &nbsp;&nbsp;</b>
									 <?php if($rowsSB1['sum(price)']==''){?><b> 0 LTR </b> <?php } else {?>
									 <font color="#e91e63"><b><?php echo round($rowsSB1['sum(price)']); ?> LTR</font> <?php } ?>
								</button></b></font>
								
								<br>
									    <button type="button" class="btn33"><b>RSM &nbsp;&nbsp; : &nbsp;&nbsp;</b>
										 <?php if($rowsSB2['sum(price)']==''){?><b> 0 LTR </b> <?php } else {?>
								<font color="#e91e63"><b><?php echo round($rowsSB2['sum(price)']); ?> LTR</font><?php } ?>
								 </button></b></font>
								<br>
										<button type="button" class="btn33"><b>JHU &nbsp;&nbsp; : &nbsp;&nbsp;</b>
										 <?php if($rowsSB3['sum(price)']==''){?><b> 0 LTR </b> <?php } else {?>
								<font color="#e91e63"><b><?php echo round($rowsSB3['sum(price)']); ?> LTR</font><?php } ?>
								</button></b></font>
								<br>
										<button type="button" class="btn33"><b>GNAP &nbsp;&nbsp;: &nbsp;&nbsp;</b>
										 <?php if($rowsSB4['sum(price)']==''){?><b> 0 LTR </b> <?php } else {?>
								<font color="#e91e63"><b><?php echo round($rowsSB4['sum(price)']); ?> LTR</font><?php } ?>
								</b> </button></font>
								<br>
										 <button type="button" class="btn33"><b>JHUP  &nbsp;&nbsp; : &nbsp;&nbsp;</b>
										  <?php if($rowsSB5['sum(price)']==''){?><b> 0 LTR </b> <?php } else {?>
								<font color="#e91e63"><b><?php echo round($rowsSB5['sum(price)']); ?> LTR</font><?php } ?>
								</button></b></font>
								<br>
                              <button type="button" class="btn44"><b>Total:</b>
							   <?php if($rowssumpm['sum(price)']==''){?><b> 0 LTR </b> <?php } else {?>
								<b><?php echo round($rowssumpm['sum(price)']); ?> LTR <?php } ?></button></b>
							<br>
                                        </div>	 
										
                                      	<div class="col-12 col-md-4 border border border-top-0 border-left-0 p-3 " >
									 <button type="button" class="btn44"><b>Registration – Month</button></b>
								
								 <br> <button type="button" class="btn33"><b>GNA &nbsp;&nbsp; : &nbsp;&nbsp;</b>
								 <?php if($count4B1==''){?> <b> 0 </b> <?php } else {?>
								 <font color="#e91e63"><b><?php echo round($count4B1);?></b></font><?php  }?></button>
								<br>
									    <button type="button" class="btn33"><b>RSM &nbsp;&nbsp; : &nbsp;&nbsp;</b>
										<?php if($count4B2==''){?> <b> 0 </b> <?php } else {?>
										<font color="#e91e63"><b><?php echo round($count4B2);?></b></font><?php  }?></button>
								<br>
										<button type="button" class="btn33"><b>JHU &nbsp;&nbsp; : &nbsp;&nbsp;</b>
										<?php if($count4B3==''){?> <b> 0 </b> <?php } else {?>
										<font color="#e91e63"><b><?php echo round($count4B3);?></b></font><?php  }?></button>
								<br>
								<button type="button" class="btn33"><b>GNAP &nbsp;&nbsp;: &nbsp;&nbsp;</b>
								<?php if($count4B4==''){?> <b> 0 </b> <?php } else {?>
								<font color="#e91e63"><b><?php echo round($count4B4);?></b></font><?php  }?></button>
								<br>
										 <button type="button" class="btn33"><b>JHUP  &nbsp;&nbsp; : &nbsp;&nbsp;</b>
									<?php if($count4B5==''){?> <b> 0 </b> <?php } else {?>
										 <font color="#e91e63"><b><?php echo round($count4B5);?></b></font><?php  }?></button>
								<br>
                              <button type="button" class="btn44"><b>Total:</b> 
							  <?php if($count5==''){?> <b> 0 </b> <?php } else {?>
							  <b><?php echo round($count5);?></b><?php  }?></button>
								<br>
                                        </div>  
                                     <div class="col-12 col-md-4 border border border-top-0 border-left-0 p-3 " >
									 <button type="button" class="btn44"><b>Gift - Month </button></b>
								
								 <br> <button type="button" class="btn33"><b>GNA &nbsp;&nbsp; : &nbsp;&nbsp;</b>
								 <?php if($countB18==''){?> <b> 0 </b> <?php } else {?>
								 <font color="#e91e63"><b><?php echo $countB18;?></b></font><?php  }?></button>
								<br>
									    <button type="button" class="btn33"><b>RSM &nbsp;&nbsp; : &nbsp;&nbsp;</b>
										<?php if($countB28==''){?> <b> 0 </b> <?php } else {?>
										<font color="#e91e63"><b><?php echo $countB28;?></b></font><?php  }?></button>
								<br>
										<button type="button" class="btn33"><b>JHU &nbsp;&nbsp; : &nbsp;&nbsp;</b>
										<?php if($countB38==''){?> <b> 0 </b> <?php } else {?>
										<font color="#e91e63"><b><?php echo $countB38;?></b></font><?php  }?></button>
								<br>
								<button type="button" class="btn33"><b>GNAP &nbsp;&nbsp;: &nbsp;&nbsp;</b>
								<?php if($countB48==''){?> <b> 0 </b> <?php } else {?>
								<font color="#e91e63"><b><?php echo $countB48;?></b></font><?php  }?></button>
								<br>
										 <button type="button" class="btn33"><b>JHUP  &nbsp;&nbsp; : &nbsp;&nbsp;</b>
									<?php if($countB58==''){?> <b> 0 </b> <?php } else {?>
										 <font color="#e91e63"><b><?php echo $countB58;?></b></font><?php  }?></button>
								<br>
                              <button type="button" class="btn44"><b>Total:</b> 
							  <?php if($count11==''){?> <b> 0 </b> <?php } else {?>
							  <b><?php echo round($count11);?></b><?php  }?></button>
								<br>
                                        </div>
                                    </div>
									   <div class="row">
									
									
									<div class="col-12 col-md-4 border border border-top-0 border-left-0 p-3 " >
									 <button type="button" class="btn444"><b>Sale – Total</button></b>
								
									 <br> <button type="button" class="btn333"><b>GNA &nbsp;&nbsp; : &nbsp;&nbsp;</b><?php if($rowsTSB1['sum(price)']==''){?><b> 0 LTR </b><?php } else {?>
								<font color="#e91e63"><b><?php echo round($rowsTSB1['sum(price)']); ?> LTR</font>
								<?php } ?> </button></b></font>
								
								<br>
									    <button type="button" class="btn333"><b>RSM &nbsp;&nbsp; : &nbsp;&nbsp;</b><?php if($rowsTSB2['sum(price)']==''){?><b> 0 LTR </b><?php } else {?>
								<font color="#e91e63"><b><?php echo round($rowsTSB2['sum(price)']); ?> LTR</font>
								<?php } ?> </button></b></font>
								<br>
										<button type="button" class="btn333"><b>JHU &nbsp;&nbsp; : &nbsp;&nbsp;</b><?php if($rowsTSB3['sum(price)']==''){?> <b>0 LTR </b><?php } else {?>
								<font color="#e91e63"><b><?php echo round($rowsTSB3['sum(price)']); ?> LTR</font>
								<?php } ?></button></b></font>
								<br>
										<button type="button" class="btn333"><b>GNAP &nbsp;&nbsp;: &nbsp;&nbsp;</b><?php if($rowsTSB4['sum(price)']==''){?> <b>0 LTR</b> <?php } else {?>
								<font color="#e91e63"><b><?php echo round($rowsTSB4['sum(price)']); ?> LTR</font>
								<?php } ?></b> </button></font>
								<br>
										 <button type="button" class="btn333"><b>JHUP  &nbsp;&nbsp; : &nbsp;&nbsp;</b><?php if($rowsTSB5['sum(price)']==''){?> <b>0 LTR</b> <?php } else {?>
								<font color="#e91e63"><b><?php echo round($rowsTSB5['sum(price)']); ?> LTR</font>
								<?php } ?></button></b></font>
								<br>
                              <button type="button" class="btn444"><b>Total:</b><?php if($rowssumTS['sum(price)']==''){?> <b>0 LTR </b><?php } else {?>
								<b><?php echo round($rowssumTS['sum(price)']); ?> LTR </button></b>
								<?php } ?><br>
                                        </div>	
										
										
									
										<div class="col-12 col-md-4 border border border-top-0 border-left-0 p-3 " >
									 <button type="button" class="btn444"><b>Registration - Total </button></b>
								
								 <br> <button type="button" class="btn333"><b>GNA &nbsp;&nbsp; : &nbsp;&nbsp;</b>
								 <?php if($count3B1==''){?> <b> 0 </b> <?php } else {?>
								 <font color="#e91e63"><b><?php echo $count3B1;?></b></font><?php  }?></button>
								<br>
									    <button type="button" class="btn333"><b>RSM &nbsp;&nbsp; : &nbsp;&nbsp;</b>
										<?php if($count3B2==''){?> <b> 0 </b> <?php } else {?>
										<font color="#e91e63"><b><?php echo $count3B2;?></b></font><?php  }?></button>
								<br>
										<button type="button" class="btn333"><b>JHU &nbsp;&nbsp; : &nbsp;&nbsp;</b>
										<?php if($count3B3==''){?> <b> 0 </b> <?php } else {?>
										<font color="#e91e63"><b><?php echo $count3B3;?></b></font><?php  }?></button>
								<br>
								<button type="button" class="btn333"><b>GNAP &nbsp;&nbsp;: &nbsp;&nbsp;</b>
								<?php if($count3B4==''){?> <b> 0 </b> <?php } else {?>
								<font color="#e91e63"><b><?php echo $count3B4;?></b></font><?php  }?></button>
								<br>
										 <button type="button" class="btn333"><b>JHUP  &nbsp;&nbsp; : &nbsp;&nbsp;</b>
									<?php if($count3B5==''){?> <b> 0 </b> <?php } else {?>
										 <font color="#e91e63"><b><?php echo $count3B5;?></b></font><?php  }?></button>
								<br>
                              <button type="button" class="btn444"><b>Total:</b> 
							  <?php if($counttr==''){?> <b> 0 </b> <?php } else {?>
							  <b><?php echo round($counttr);?></b><?php  }?></button>
								<br>
                                        </div>
									
										<div class="col-12 col-md-4 border border border-top-0 border-left-0 p-3 " >
									 <button type="button" class="btn444"><b>Gift- Total</button></b>
								
								 <br> <button type="button" class="btn333"><b>GNA &nbsp;&nbsp; : &nbsp;&nbsp;</b>
								 <?php if($countB19==''){?> <b> 0 </b> <?php } else {?>
								 <font color="#e91e63"><b><?php echo $countB19;?></b></font><?php  }?></button>
								<br>
									    <button type="button" class="btn333"><b>RSM &nbsp;&nbsp; : &nbsp;&nbsp;</b>
										<?php if($countB29==''){?> <b> 0 </b> <?php } else {?>
										<font color="#e91e63"><b><?php echo $countB29;?></b></font><?php  }?></button>
								<br>
										<button type="button" class="btn333"><b>JHU &nbsp;&nbsp; : &nbsp;&nbsp;</b>
										<?php if($countB39==''){?> <b> 0 </b> <?php } else {?>
										<font color="#e91e63"><b><?php echo $countB39;?></b></font><?php  }?></button>
								<br>
								<button type="button" class="btn333"><b>GNAP &nbsp;&nbsp;: &nbsp;&nbsp;</b>
								<?php if($countB49==''){?> <b> 0 </b> <?php } else {?>
								<font color="#e91e63"><b><?php echo $countB49;?></b></font><?php  }?></button>
								<br>
										 <button type="button" class="btn333"><b>JHUP  &nbsp;&nbsp; : &nbsp;&nbsp;</b>
									<?php if($countB59==''){?> <b> 0 </b> <?php } else {?>
										 <font color="#e91e63"><b><?php echo $countB59;?></b></font><?php  }?></button>
								<br>
                              <button type="button" class="btn444"><b>Total:</b> 
							  <?php if($count22==''){?> <b> 0 </b> <?php } else {?>
							  <b><?php echo $count22;?></b><?php  }?></button>
								<br>
                                        </div>					

										
										
										<div class="col-12 col-md-6 border border border-top-0 border-left-0 p-3 " >
									 <button type="button" class="btn4444"><b>Active Customers  </button></b>
								
								 <br> <button type="button" class="btn3333"><b>GNA &nbsp;&nbsp; : &nbsp;&nbsp;</b>
								 <?php if($countA52==''){?> <b> 0 </b> <?php } else {?>
								 <font color="#e91e63"><b><?php echo $countA52;?></b></font><?php  }?></button>
								<br>
									    <button type="button" class="btn3333"><b>RSM &nbsp;&nbsp; : &nbsp;&nbsp;</b>
										<?php if($countA53==''){?> <b> 0 </b> <?php } else {?>
										<font color="#e91e63"><b><?php echo $countA53;?></b></font><?php  }?></button>
								<br>
										<button type="button" class="btn3333"><b>JHU &nbsp;&nbsp; : &nbsp;&nbsp;</b>
										<?php if($countA54==''){?> <b> 0 </b> <?php } else {?>
										<font color="#e91e63"><b><?php echo $countA54;?></b></font><?php  }?></button>
								<br>
								<button type="button" class="btn3333"><b>GNAP &nbsp;&nbsp;: &nbsp;&nbsp;</b>
								<?php if($countA55==''){?> <b> 0 </b> <?php } else {?>
								<font color="#e91e63"><b><?php echo $countA55;?></b></font><?php  }?></button>
								<br>
										 <button type="button" class="btn3333"><b>JHUP  &nbsp;&nbsp; : &nbsp;&nbsp;</b>
									<?php if($countA56==''){?> <b> 0 </b> <?php } else {?>
										 <font color="#e91e63"><b><?php echo $countA56;?></b></font><?php  }?></button>
								<br>
                              <button type="button" class="btn4444"><b>Total:</b> 
							  <?php if($countActive==''){?> <b> 0 </b> <?php } else {?>
							  <b><?php echo $countActive;?></b><?php  }?></button>
								<br>
                                        </div>
										
										
																		
										<div class="col-12 col-md-6 border border border-top-0 border-left-0 p-3 " >
									 <button type="button" class="btn4444"><b> Inactive Customers   </button></b>
								
								 <br>  <a href="inactive-customer.php?session=B1"> <button type="button" class="btn3333"><b>GNA &nbsp;&nbsp; : &nbsp;&nbsp;</b>
								 <?php if($countINB1==''){?> <b> 0 </b> <?php } else {?>
								<font color="#e91e63"><b><?php echo $countINB1;?></b></font><?php  }?></button></a>
								<br>
									   <a href="inactive-customer.php?session=B2">  <button type="button" class="btn3333"><b>RSM &nbsp;&nbsp; : &nbsp;&nbsp;</b>
										<?php if($countINB2==''){?> <b> 0 </b> <?php } else {?>
										<font color="#e91e63"><b><?php echo $countINB2;?></b></font><?php  }?></button></a>
								<br>
										<a href="inactive-customer.php?session=B3"> <button type="button" class="btn3333"><b>JHU &nbsp;&nbsp; : &nbsp;&nbsp;</b>
										<?php if($countINB3==''){?> <b> 0 </b> <?php } else {?>
										<font color="#e91e63"><b><?php echo $countINB3;?></b></font><?php  }?></button></a>
								<br>
								<a href="inactive-customer.php?session=B4"> <button type="button" class="btn3333"><b>GNAP &nbsp;&nbsp;: &nbsp;&nbsp;</b>
								<?php if($countINB4==''){?> <b> 0 </b> <?php } else {?>
								<font color="#e91e63"><b><?php echo $countINB4;?></b></font><?php  }?></button></a>
								<br>
										<a href="inactive-customer.php?session=B5">  <button type="button" class="btn3333"><b>JHUP  &nbsp;&nbsp; : &nbsp;&nbsp;</b>
									<?php if($countINB5==''){?> <b> 0 </b> <?php } else {?>
										 <font color="#e91e63"><b><?php echo $countINB5;?></b></font><?php  }?></button></a>
								<br>
                              <button type="button" class="btn4444"><b>Total:</b> 
							  <?php if($countINActive==''){?> <b> 0 </b> <?php } else {?>
							  <b><?php echo $countINActive;?></b><?php  }?></button>
								<br>
                                        </div>
                                      
                                       
										 
										
										 
											
                                    </div>
									
                                </div>
								
                            </div> 
							
							</div>

                           
                        </div>
                    </div>
                </div>
                    
                
                </div>
                <!-- END: Card DATA-->
            </div>
        </main>
        <!-- END: Content-->

        <!-- START: Footer-->
        <footer class="site-footer">© 2021 <b>Road Ka Raja</b></footer>
        <!-- END: Footer-->

        <!-- START: Back to top-->
        <a href="#" class="scrollup text-center"> 
            <i class="icon-arrow-up"></i>
        </a>
        <!-- END: Back to top-->

      				
				<!-- Modal -->
  <div class="modal fade" id="myModal1" role="dialog">
    <div class="modal-dialog">
    
      <!-- Modal content-->
	  <form method="post" id="b1" action="submit-blogin.php">
      <div class="modal-content">
        <div class="modal-header">
          <button type="button" class="close" data-dismiss="modal">&times;</button>
        
        </div>
        <div class="modal-body">
          <p><b>WELCOME, GNA  (P1)</b><br>
		  Address: Indian Oil Petrol Pump NH-06, TembhurnaPhata Khamgaon – Akola Road Khamgaon -444303 Maharashtra</p>
		   <p><input type="hidden" readonly class="form-control" name="branch" value="B1"></p>
		     <p><button type="submit" id="b1"  class="btn9" value="submit"> Continue </button></p>
        </div>
		
        <div class="modal-footer">
          <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
        </div>
      </div>
      </form>
    </div>
  </div>
   <div class="modal fade" id="myModal2" role="dialog">
    <div class="modal-dialog">
    
     <form method="post" id="b2" action="submit-blogin.php">
      <div class="modal-content">
        <div class="modal-header">
          <button type="button" class="close" data-dismiss="modal">&times;</button>
        
        </div>
        <div class="modal-body">
          <p><b>WELCOME, RSM (P2) </b><br>
		  Address: Bharat Petroleum Petrol Pump NH-06, TembhurnaPhata Khamgaon – Akola Road Khamgaon -444303 Maharashtra</p>
		   <p><input type="hidden" readonly class="form-control" name="branch" value="B2"></p>
		     <p><button type="submit" id="b2"  class="btn9" value="submit"> Continue </button></p>
        </div>
		
        <div class="modal-footer">
          <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
        </div>
      </div>
      </form>
    </div>
  </div>
    <div class="modal fade" id="myModal3" role="dialog">
    <div class="modal-dialog">
    
     <form method="post" id="b3" action="submit-blogin.php">
      <div class="modal-content">
        <div class="modal-header">
          <button type="button" class="close" data-dismiss="modal">&times;</button>
        
        </div>
        <div class="modal-body">
          <p><b>WELCOME, JHU  (P3) </b><br>
		  Address: Hindustan Petroleum Petrol Pump NH-06, KoloriPhata Khamgaon – Akola Road Khamgaon -444303 Maharashtra</p>
		   <p><input type="hidden" readonly class="form-control" name="branch" value="B3"></p>
		     <p><button type="submit" id="b3"  class="btn9" value="submit"> Continue </button></p>
        </div>
		
        <div class="modal-footer">
          <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
        </div>
      </div>
      </form>
    </div>
  </div>
    <div class="modal fade" id="myModal4" role="dialog">
    <div class="modal-dialog">
    
     <form method="post" id="b4" action="submit-blogin.php">
      <div class="modal-content">
        <div class="modal-header">
          <button type="button" class="close" data-dismiss="modal">&times;</button>
        
        </div>
        <div class="modal-body">
          <p><b>WELCOME, GNAP (P4) </b><br>
		  Address: Indian Oil Petrol Pump Opp Main Post Office Khamgaon -444303 Maharashtra</p>
		   <p><input type="hidden" readonly class="form-control" name="branch" value="B4"></p>
		     <p><button type="submit" id="b4"  class="btn9" value="submit"> Continue </button></p>
        </div>
		
        <div class="modal-footer">
          <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
        </div>
      </div>
      </form>
    </div>
  </div>
   <div class="modal fade" id="myModal5" role="dialog">
    <div class="modal-dialog">
    
     <form method="post" id="b5" action="submit-blogin.php">
      <div class="modal-content">
        <div class="modal-header">
          <button type="button" class="close" data-dismiss="modal">&times;</button>
        
        </div>
        <div class="modal-body">
          <p><b>WELCOME, JHUP (P5) </b> <br>
		  Address: Hindustan Petroleum Petrol Pump Opp BSNL Office NanduraRoad Road Khamgaon -444303 Maharashtra
		  </p>
		   <p><input type="hidden" readonly class="form-control" name="branch" value="B5"></p>
		     <p><button type="submit" id="b5"  class="btn9" value="submit"> Continue </button></p>
        </div>
		
        <div class="modal-footer">
          <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
        </div>
      </div>
      </form>
    </div>
  </div>


        <!-- START: Template JS-->
        <script src="dist/vendors/jquery/jquery-3.3.1.min.js"></script>
        <script src="dist/vendors/jquery-ui/jquery-ui.min.js"></script>
        <script src="dist/vendors/moment/moment.js"></script>
       <!--  <script src="dist/vendors/bootstrap/js/bootstrap.bundle.min.js"></script> -->  
        <script src="dist/vendors/slimscroll/jquery.slimscroll.min.js"></script>
        <script src="dist/vendors/flag-select/js/jquery.flagstrap.min.js"></script> 
        <!-- END: Template JS-->
        
        <!-- START: APP JS-->
        <script src="dist/js/app.js"></script>
        <!-- END: APP JS-->

      
        <!-- END: Page Vendor JS-->

        <!-- START: Page JS-->
        <script src="dist/js/home.script.js"></script>
        <!-- END: Page JS-->
<style>
		.btn9{
			padding:13px;
			background-color:#3f51b5;
			color:#fff;
			border-radius:2px;
			padding-left:10px;padding-right:10px;
			border:2px solid #3f51b5;
			box-shadow:0 4px 10px 0 rgba(0,0,0,0.3);
			width:200px;
		}
		.btn3{
			padding:4px;
			background-color:#f8f9c0;
			color:#607d8b;
			border-radius:2px;
			padding-left:10px;padding-right:10px;
			border:2px solid #f8f9c0;
			border-bottom:1px solid #f8f9c0;
			box-shadow:0 4px 10px 0 rgba(0,0,0,0.3);
			width:400px;
			font-size:18px;
		}
		.btn4{
			padding:4px;
			background-color:#f4f5c2;
			color:#000;
			border-radius:2px;
			padding-left:10px;padding-right:10px;
			border:2px solid #ddd;
			border-bottom:1px solid #f4f5c2;
			box-shadow:0 4px 10px 0 rgba(0,0,0,0.3);
			width:400px;
			font-size:18px;
		}
		.btn33{
			padding:4px;
			background-color:#daedf1;
			color:#607d8b;
			border-radius:2px;
			padding-left:10px;padding-right:10px;
			border:2px solid #daedf1;
			border-bottom:1px solid #daedf1;
			box-shadow:0 4px 10px 0 rgba(0,0,0,0.3);
			width:400px;
			font-size:18px;
		}
		.btn44{
			padding:4px;
			background-color:#c8edf5;
			color:#000;
			border-radius:2px;
			padding-left:10px;padding-right:10px;
			border:2px solid #ddd;
			border-bottom:1px solid #c8edf5;
			box-shadow:0 4px 10px 0 rgba(0,0,0,0.3);
			width:400px;
			font-size:18px;
		}
		.btn333{
			padding:4px;
			background-color:#c3fbcf;
			color:#607d8b;
			border-radius:2px;
			padding-left:10px;padding-right:10px;
			border:2px solid #c3fbcf;
			border-bottom:1px solid #c3fbcf;
			box-shadow:0 4px 10px 0 rgba(0,0,0,0.3);
			width:400px;
			font-size:18px;
		}
		.btn444{
			padding:4px;
			background-color:#b6f1c2;
			color:#000;
			border-radius:2px;
			padding-left:10px;padding-right:10px;
			border:2px solid #ddd;
			border-bottom:1px solid #b6f1c2;
			box-shadow:0 4px 10px 0 rgba(0,0,0,0.3);
			width:400px;
			font-size:18px;
		}
		.btn3333{
			padding:4px;
			background-color:#a8c4d2;
			color:#607d8b;
			border-radius:2px;
			padding-left:10px;padding-right:10px;
			border:2px solid #a8c4d2;
			border-bottom:1px solid #a8c4d2;
			box-shadow:0 4px 10px 0 rgba(0,0,0,0.3);
			width:600px;
			font-size:18px;
		}
		.btn4444{
			padding:4px;
			background-color:#aad0e3;
			color:#000;
			border-radius:2px;
			padding-left:10px;padding-right:10px;
			border:2px solid #ddd;
			border-bottom:1px solid #aad0e3;
			box-shadow:0 4px 10px 0 rgba(0,0,0,0.3);
			width:600px;
			font-size:18px;
		}
		</style>
	
    </body>
 
</html>
