@extends('includes/layout') @section('main-page-content') @php $cols = DB::table('emp_list_change_cols')->pluck('col')->toArray(); @endphp
Employees List
Onboarded Employees
Records per page:
@if (in_array('Employee List Maintain', Session::get('permissions'))) @endif
@csrf
@endsection @section('css-js') @endsection