Current File : /home/inlingua/public_html/sensoriumpsychologists.com/backup/franchise/reports.php
<!DOCTYPE html>
<html>
  <head>
    <title>Shristi</title>
    <?php require("common/head_links.php");?>
    
  </head>
  <body class="hold-transition skin-blue sidebar-mini">
    <div class="wrapper">

      <?php require("common/header.php");?>
      
      <?php require("common/left_side_bar.php");?>

      <!-- Content Wrapper. Contains page content -->
      <div class="content-wrapper">
        <!-- Content Header (Page header) -->
        <section class="content-header">
          <h1>
            Reports
          </h1>
        </section>

        <!-- Main content -->
        <section class="content">
        
        	<div class="box box-primary">
            <div class="box-header with-border">
             
            </div>
            <!-- /.box-header --> 
            <!-- form start -->
            <div class="box-body" style="font-size:16px;">
              
                <p><a href="student_account.php">Account Report of Student Fees details</a></p>
                <p><a href="student_final_exam_list.php">Student passed their Assignment</a></p>
                <p><a href="student_assignment_exam_list.php">Student Not passed their Assignment</a></p>
                
             </div>
            <!-- /.box-body --> 
          </div>
          
          
          
        </section><!-- /.content -->
      </div><!-- /.content-wrapper -->
      <?php require("common/footer.php");?>

      

    </div><!-- ./wrapper -->
<?php require("common/footer_links.php");?>



  </body>
</html>