{{ $panel }} List

{{ $panel }} Record list on table. Filter {{ $panel }} using the filter.
{!! Form::open(['route' => $base_route.'.bulk-action', 'id' => 'bulk_action_form']) !!} @if (isset($data['student']) && $data['student']->count() > 0) @php($i=1) @foreach($data['student'] as $student) @php($i++) @endforeach @else @endif
S.N. Faculty/Class Sem. Reg.Num Student Name TC NO Issue Date Leave Date Character Action
{{ $i }} {{ ViewHelper::getFacultyTitle( $student->faculty ) }} {{ ViewHelper::getSemesterTitle( $student->semester ) }} {{ $student->reg_no }} {{ $student->first_name.' '.$student->middle_name.' '. $student->last_name }} {{$student->tc_num}} {{ \Carbon\Carbon::parse($student->date_of_issue)->format('d-M-Y')}} {{ \Carbon\Carbon::parse($student->date_of_leaving)->format('d-M-Y')}} {{$student->character}}
No {{ $panel }} data found. Please Filter {{ $panel }} to show.
{!! Form::close() !!}