@php
$searchElements = [['element' => 'branchId', 'col' => 2, 'name' => 'branchId', 'attributes' => ['print_order' => '1']],
['element' => 'custom', 'type' => 'text', 'name' => 'employeeId', 'label' => 'Employee ID', 'id' => 'employeeId'],
['element' => 'custom', 'type' => 'select', 'name' => 'position', 'id' => 'position', 'options' => $data['positions'], 'label' => 'Acting Position:'],
['element' => 'dateFrom', 'col' => 1, 'name' => 'dateFrom'], ['element' => 'fiscal_year', 'col' => 1, 'divHidden' => true, 'attributes' => ['print' => '0']],
['element' => 'status', 'col' => 1, 'name' => 'status']];
@endphp
@include('partials.searchPanel.main', [
'searchElements' => $searchElements,
'buttonLevel' => 'Search',
])
| SL# |
Employee Name |
Employee ID |
Branch |
Current Position |
Acting Position |
Start Date |
End Date |
Acting Duration |
Status |
Action |