<?php $__env->startSection('contents'); ?>
<!-- Content Wrapper. Contains page content -->

    <!-- form branch -->
    <section class="content-header ">


    </section>
    <!-- Content Header (Page header) -->
    <div class="col-md-6">
        <div class="box">
            <div class="box-header">
                <h3 class="box-title">Today's Summary</h3>
            </div><!-- /.box-header -->
            <div class="box-body">
                <table class="table table-condensed">
                    <tr>
                        <td>Customers</td>
                        <td><span class="badge bg-red">
<?php echo e($CustomerCount); ?>

                               </span></td>
                    </tr>
                    <tr>
                        <td>Calls (Satisfied : Unsatisfied)</td>
                        <td><span class="badge bg-yellow"><?php echo e($CustomerCount); ?> (<?php echo e($Totalunsatisfiedtoday); ?> : <?php echo e($Totalunsatisfiedtoday); ?>)</span></td>
                    </tr>


                </table>
            </div><!-- /.box-body -->
        </div>
    </div>


    <div class="col-md-6">
        <div class="box">
            <div class="box-header">
                <h3 class="box-title">Total Summary</h3>
            </div><!-- /.box-header -->
            <div class="box-body">
                <table class="table table-condensed">
                    <tr>
                        <td>Customers</td>
                        <td><span class="badge bg-red"><?php echo e($TotalCustomerCount); ?></span></td>
                    </tr>
                    <tr>
                        <td>Calls (Satisfied : Unsatisfied)</td>
                        <td><span class="badge bg-yellow"><?php echo e($TotalCustomerCount); ?> (<?php echo e($totalSatisfiedCustomer); ?> : <?php echo e($TotalUnatisfiedCustomer); ?>)</span></td>
                    </tr>


                </table>
            </div><!-- /.box-body -->
        </div>
    </div>
    <div class="col-md-6">
        <div class="box">
            <div class="box-header">
                <h3 class="box-title">Summary (Till Date)</h3>
            </div><!-- /.box-header -->
            <div class="box-body">
                <table class="table table-condensed">
                    <tr>
                        <td>Employees (Blocked)</td>
                        <td><span class="badge bg-red"><?php echo e($totalEmploee); ?> (<?php echo e($blockedemployee); ?>)</span></td>
                    </tr>
                    <tr>
                        <td>Regions (Blocked)</td>
                        <td><span class="badge bg-yellow"><?php echo e($totalRegion); ?> (<?php echo e($blockedRegion); ?>)</span></td>
                    </tr>
                    <tr>
                        <td>Branches (Blocked)</td>
                        <td><span class="badge bg-red"><?php echo e($totalBranch); ?> (<?php echo e($blockedBranch); ?>)</span></td>
                    </tr>
                    <tr>
                        <td>Locations (Blocked)</td>
                        <td><span class="badge bg-yellow"><?php echo e($totalLocation); ?> (<?php echo e($blockedLocation); ?>)</span></td>
                    </tr>

                </table>
            </div><!-- /.box-body -->
        </div>
    </div>	  <!-- /.box --><!-- /.box -->
</div>
</div>

</div>
</div>


</section>


<!-- /.content-wrapper -->

<script type="text/javascript">


</script>

<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.adminlte.inner', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>