<div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title">Live Streams</h3> </div> <div class="panel-body"> <?php echo FormHelpers::getSearchBar(); ?> <table class="table table-striped table-bordered table-hover"> <thead> <tr> <th>Live Now</th> <th>Shown As Livestream On Site</th> <th>Name</th> <th>Description</th> <th>Time Created</th> <th class="action-col"><?php if ($editEnabled) { ?> <a type="button" class="btn btn-xs btn-primary" href="<?php echo e($createUri); ?> ">Create</a><?php } ?> </th> </tr> </thead> <tbody> <?php foreach ($tableData as $a) {