@php
$searchElements = [
['element' => 'branchId', 'col' => 2, 'name' => 'branchId', 'attributes' => ['print_order' => '1']],
['element' => 'dateRange'],
['element' => 'custom', 'type' => 'select', 'name' => 'status', 'label' => 'Status',
'options'=>[
'All' => 'All',
'Pending' => 'Pending',
'Canceled' => 'Canceled',
'Approved' => 'Approved'
], 'id' => 'status'],
['element' => 'custom', 'type' => 'text', 'name' => 'employeeId', 'label' => 'Employee ID', 'id' => 'employeeId']];
@endphp
@include('partials.searchPanel.main', [
'searchElements' => $searchElements,
'buttonLevel' => 'Search',
])
| SL# |
Dismiss Date |
Expected Effect Date |
Effect Date |
Job Duration |
Employee Name |
Employee ID |
Recruitment Type |
Position |
Branch |
Reason |
Notice Type |
Status |
Action |
{{--
Warning: Undefined variable $data in /home/shikkhaplus/public_html/guk_bk/resources/views/hr/dismiss/index.blade.php on line 69
Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/guk_bk/resources/views/hr/dismiss/index.blade.php on line 69
Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /home/shikkhaplus/public_html/guk_bk/resources/views/hr/dismiss/index.blade.php:69
Stack trace:
#0 {main}
thrown in /home/shikkhaplus/public_html/guk_bk/resources/views/hr/dismiss/index.blade.php on line 69