Sindbad~EG File Manager
@extends('selectediclayout')
@section('title')
<title>Selection</title>
@stop
@if(empty($category))
@section('ContentTitle','Selected Instruction Courses')
@else
@section('ContentTitle','Selected Instruction Courses in ' .$category)
@endif
@section('content')
<div class = "row">
<div class = 'col-lg-12'>
<table class="table-bordered sticky-enabled" style="font-size: 13px;">
<thead>
<th>S.No</th>
<th>ICNo</th>
<th>Title </th>
{{-- <th>Section</th> --}}
<th>Chief Instructor</th>
{{-- <th>Level</th> --}}
</thead>
<tbody>
<?php $i=0; ?>
@foreach($abstracts as $key => $abs)
<tr>
<td data-label="S.No">{{$i += 1}}</td>
<td data-label="ICNo">{{ $abs->abs_type }}{{ $abs->abs_no }}</td>
<td data-label="Title">{{ $abs->title }} </td>
{{-- <td data-label="Section">{{ $abs->category_display_name }}</td> --}}
<td data-label="Chief Instructor">{{ $abs->name }}</td>
{{-- <td data-label="Level">{{ $abs->level }}</td> --}}
</tr>
@endforeach
</tbody>
</table>
</div>
</div>
@stop
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists