@include('includes.data_table_header')
{!! Form::open(['route' => $base_route.'.bulk-action', 'id' => 'bulk_action_form']) !!} @if (isset($data['faculty']) && $data['faculty']->count() > 0) @php($i=1) @foreach($data['faculty'] as $faculty) {{----}} @php($i++) @endforeach @else @endif
S.N. CODE - {{ $panel }} Sem./Sec. Status
{{ $i }} [{{$faculty->id}}] - {{ $faculty->faculty }} - [CODE -{{$faculty->faculty_code}}] @if(isset($faculty->semester)) @foreach($faculty->semester as $semester)
{{ $semester->semester }} - [{{$semester->id}}]

@endforeach @endif
{{ $faculty->status }}
No {{ $panel }} data found. Please Filter {{ $panel }} to show.
{!! Form::close() !!}