{{--

 {{ $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['staff']) && $data['staff']->count() > 0) @php($i=1) @foreach($data['staff'] as $staff) {{----}} @php($i++) @endforeach @else @endif
{!! $data['staff']->appends($data['filter_query'])->links() !!}
{{ __('common.s_n')}}Image{{ __('form_fields.student.fields.reg_no') }} Staff Name Phone Designation Qualification {{ __('common.status')}} {{ __('common.actions')}} {{ __('common.service_activation')}}
{{ $i }} {{ $staff->staff_image }} {{ $staff->reg_no }} {{ $staff->first_name.' '.$staff->middle_name.' '. $staff->last_name }} {{ $staff->mobile_1 }} {{ $staff->designation }} {{ $staff->qualification }}
No {{ $panel }} data found. Please Filter {{ $panel }} to show.
{!! Form::close() !!}