File: /home/barbeatleanalyti/public_html/mbaris.beatleanalytics.com/application/views/survey/dailyreports
<?php
include ('include/header.php');
//echo '<pre>';
//print_r($_SESSION);
//print_r($orgdata);
if(!isset($_SESSION['LoginIndid'])){
redirect("index.php/survey/");
}
//echo '</pre>';
?>
<div class="container headerback" >
<div class="col-sm-12">
<div class="col-sm-6">
<?php
$this->Admin_model->fetchOwnersImage($orgdata[0]->db_Orgpics);
?>
<div class="rightFloat"><a href="<?php echo base_url()?>index.php/survey/dailyreports"><i class="fa fa-bar-chart fontawosm"></i></a></div>
</div>
</div>
</div>
<div class="container">
<div class="row" style="margin-top:30px;">
<div class="col-sm-12 textcenter">
<img src="<?php echo base_url();?>assets/survey/assets/beatle_logo.png" style="width:25%">
</div>
<div class="col-sm-12 textcenter">
<h2 class="headingtext">Welcome To <br>Beatle Analytics</h2>
</div>
</div>
</div>
<h2 class="text-center story-head textcenter" style="font-size:24px;">The Story of Our Company</h2>
<div class="story-body">
<p>
We at Beatle Analytics, believe that you must get a technical analysis to design an effective growth path for your business. Beatle Analytics has come up with the real time solution for service sectors.
</p><p>
Beatle Analytics is a tool which is equal to a virtual, real-time assistant who gathers your data & analyze it according to the business requirements at a minimal cost.
</p><p>
DATA is dumb till analyzed. In any enterprise, sizable amount of money is spent on marketing and advertisement.
A quick and effective way to know how well their money is spent is through “REAL TIME CUSTOMER FEEDBACK”.
Our product is especially designed for the service industry. Here we use the “RTCF” to study and understand
the behavior and the expectation of the customer/ guest. We build a detailed
analysis of their feedback which enables us to provide your guests/ customers a good brand experiences.
</p>
</div>
<div class="bt-continue">
<div class="col-sm-12 headerback textcenter" style="height:60px;">
<a class="button buttom-calm background-beatle beatle-button-1x ahref" href="<?php echo base_url();?>index.php/survey/end_user_login">Continue</a>
</div>
</div>
<?php
include ('include/footer.php');
?>