<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 -->
