{{ $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 Issue Date Study Year Percentage Action
{{ $i }} {{ ViewHelper::getFacultyTitle( $student->faculty ) }} {{ ViewHelper::getSemesterTitle( $student->semester ) }} {{ $student->reg_no }} {{ $student->first_name.' '.$student->middle_name.' '. $student->last_name }} {{ \Carbon\Carbon::parse($student->date_of_issue)->format('d-M-Y')}} {{$student->year_of_study}} {{$student->percentage_of_attendance}}
No {{ $panel }} data found. Please Filter {{ $panel }} to show.
{!! Form::close() !!}