@php
$searchElements = [
['element' => 'branchId', 'col' => 2, 'name' => 'branchId', 'attributes' => ['print_order' => '1']],
['element' => 'custom', 'col' => 2, 'type' => 'select', 'name' => 'positionId', 'id' => 'positionId', 'options' => $data['positions'], 'label' => 'Designation:', 'attributes' => ['print_order' => '3']],
['element' => 'custom', 'col' => 2, 'type' => 'text', 'name' => 'emp_name_code', 'id' => 'emp_name_code', 'label' => 'Employee Name Or Code:', 'attributes' => ['print_order' => '3']],
['element' => 'dateFrom', 'col' => 2, 'type' => 'text', 'name' => 'dateFrom', 'attributes' => ['print_order' => '1']],
['element' => 'dateTo', 'col' => 2, 'type' => 'text', 'name' => 'dateTo', 'attributes' => ['print_order' => '1']]
];
@endphp
@include('partials.searchPanel.main', ['searchElements' => $searchElements, 'buttonLevel' => 'Search'])
| SL# |
Photo |
Name In English |
Employee Id |
Branch |
Department |
Designation |
Job Duration |
Paid Date |
Action |