@php
$searchElements = [['element' => 'branchId', 'col' => 2, 'name' => 'branchId', 'attributes' => ['print_order' => '1']], ['element' => 'custom', 'type' => 'text', 'name' => 'employeeId', 'label' => 'Employee ID', 'id' => 'employeeId'], ['element' => 'fiscal_year', 'col' => 1, 'divHidden' => true, 'attributes' => ['print' => '0']], ['element' => 'custom', 'type' => 'text', 'col' => 2, 'label' => 'Month', 'name' => 'monthyear', 'id' => 'js-monthpicker'], ['element' => 'status', 'col' => 1, 'name' => 'status']];
@endphp
@include('partials.searchPanel.main', [
'searchElements' => $searchElements,
'buttonLevel' => 'Search',
])
| SL# |
Warning: Undefined variable $model in /home/shikkhaplus/public_html/guk_bk/resources/views/hr/edps/index.blade.php on line 40
Fatal error: Uncaught Error: Call to a member function attributes() on null in /home/shikkhaplus/public_html/guk_bk/resources/views/hr/edps/index.blade.php:40
Stack trace:
#0 {main}
thrown in /home/shikkhaplus/public_html/guk_bk/resources/views/hr/edps/index.blade.php on line 40
|