@include('includes.data_table_header')
{!! Form::open(['route' => $base_route.'.bulk-action', 'id' => 'bulk_action_form']) !!} @if (isset($data['department-head']) && $data['department-head']->count() > 0) @php($i=1) @foreach($data['department-head'] as $departmentHead) @php($i++) @endforeach @else @endif
{{ __('common.s_n')}} {{ $panel }} {{ __('common.status')}} {{__('academic.child.academic_level.child.department')}}
{{ $i }} {{$departmentHead->department_head}} - [{{$departmentHead->id}}]
@if(isset($departmentHead->department)) @php($j=1) @foreach($departmentHead->department as $department) {{$j.'. '.$department->department}} - [{{$department->id}}]
@php($j++) @endforeach @endif
No {{ $panel }} data found. Please Filter {{ $panel }} to show.
{!! Form::close() !!}