@extends($route['layout']) @section('title', '| Employee') @section('content') @include('successMsg') @php $pageNo = isset($_GET['page']) ? (int) $_GET['page']: 1; //var_dump($hrAllEmployeeInfos); if(isset($_GET['filter_branch'])){ $filter_branch = $_GET['filter_branch']; } else { $filter_branch = ''; } if(isset($_GET['search_project_id_fk'])){ $search_project_id_fk = $_GET['search_project_id_fk']; } else { $search_project_id_fk = ''; } if(isset($_GET['search_position_id_fk'])){ $search_position_id_fk = $_GET['search_position_id_fk']; } else { $search_position_id_fk = ''; } if(isset($_GET['filter_status'])){ $filter_status = $_GET['filter_status']; } else { $filter_status = ''; } if(isset($_GET['filter_nid_or_birth'])){ $filter_nid_or_birth = $_GET['filter_nid_or_birth']; } else { $filter_nid_or_birth = ''; } if(isset($_GET['filter_name_or_id'])){ $filter_name_or_id = $_GET['filter_name_or_id']; } else { $filter_name_or_id = ''; } @endphp

Employee List

{!! Form::open(array('url' => $route['path'].'/posHrEmployeeList/', 'role' => 'form', 'class'=>'form-horizontal form-groups','method'=>'get')) !!}
@if (Auth::user()->branchId==1)

Fatal error: Uncaught Error: Class "DB" not found in /home/shikkhaplus/public_html/resources_16_05_2024/views/gnr/employee/employeeList/employeeList.blade.php:75 Stack trace: #0 {main} thrown in /home/shikkhaplus/public_html/resources_16_05_2024/views/gnr/employee/employeeList/employeeList.blade.php on line 75