@extends('layouts/pos_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' => 'pos/posHrEmployeeList/', 'role' => 'form', 'class'=>'form-horizontal form-groups','method'=>'get')) !!}

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