{{ $panel }} List

{{ $panel }} Record list on table. Filter {{ $panel }} using the filter.
@if (isset($data['staff']) && $data['staff']->count() > 0) @php($i=1) @foreach($data['staff'] as $staff) @php($i++) @endforeach @else @endif
S.N. Reg.Num Staff Name Designation Book Taken Eligible Status
{{ $i }} {{ $staff->reg_no }} {{ $staff->first_name.' '.$staff->middle_name.' '. $staff->last_name }} {{ ViewHelper::getDesignationId($staff->designation) }} {{ $staff->taken }} {{ $staff->eligible }}
{{ $staff->status == 'active'?"Active":"In Active" }}
No {{ $panel }} data found. Please Filter {{ $panel }} to show.