IMMREX7
@extends('students.student_layout')
@section('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>
@stop
@section('script')
<script>
$(document).ready(function() {
$('#videoTable').DataTable( {
"processing": true,
"destroy": true,
"serverSide": true,
"ajax": "{{url('student/videoconf')}}"
} );
});
</script>
@stop
Copyright © 2021 -