@php
$searchElements =[
['element' => 'branchId', 'col' => 2, 'name' => 'branchId', 'attributes' => ['print_order' => '1']],
['element' => 'employeeId', 'col' => 2, 'options' => ['' => 'All'], 'label' => 'Employee Name/ID', 'attributes' => ['print_order' => '2']],
['element' => 'status', 'col' => 2, 'options' => ['' => 'All','Approved' => 'Approved', 'Pending' => 'Pending'], 'label' => 'Status', 'attributes' => ['print_order' => '3']],
// ['element' => 'dateFrom', 'col' => 2, 'label' => 'Start Date', 'attributes' => ['print_order' => '3']],
// ['element' => 'dateTo', 'col' => 2, 'label' => 'End Date', 'attributes' => ['print_order' => '4']],
]
@endphp
@include('partials.searchPanel.main', ['searchElements' => $searchElements,'buttonLevel' => 'Search',])
| SL# |
Warning: Undefined variable $model in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/departmentChange/index.blade.php on line 185
Fatal error: Uncaught Error: Call to a member function attributes() on null in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/departmentChange/index.blade.php:185
Stack trace:
#0 {main}
thrown in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/departmentChange/index.blade.php on line 185
|