IMMREX7
<?php $__env->startSection('content'); ?>
<div class="row clearfix">
<!--</div>
<div class="row clearfix">-->
<div class="col-sm-12">
<div class="card">
<div class="header">
<h2><strong>List Of Live Class</strong></h2>
</div>
<div class="body table-responsive">
<table class="table table-bordered table-striped table-hover js-basic-example dataTable" id="videoTable">
<thead>
<tr>
<th>S. No.</th>
<th>Date</th>
<th>Title</th>
<th>Description</th>
<th>Class</th>
<th>Section</th>
<th>Type</th>
<th>Live</th>
<th>Recorded</th>
</tr>
</thead>
</table>
</div>
</div>
</div>
</div>
</div>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('script'); ?>
<script>
$(document).ready(function() {
$('#videoTable').DataTable( {
"processing": true,
"destroy": true,
"serverSide": true,
"ajax": "<?php echo e(url('student/videoconf')); ?>"
} );
});
</script>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('students.student_layout', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
Copyright © 2021 -