@php
$searchElements =
[
['element' => 'project', 'col' => 2, 'attributes' => ['print_order' => '1']],
['element' => 'branchId', 'col' => 2, 'name' => 'branchId', 'attributes' => ['print_order' => '1']],
['element' => 'custom', 'type' => 'text', 'name' => 'employeeId', 'label' => 'Employee ID', 'id' => 'employeeId'],
['element' => 'dateRange'],
['element' => 'status', 'options'=>[''=> 'All','Confirmed' => 'Confirmed', 'Pending' => 'Pending'], 'col' => 1, 'name' => 'status']
];
@endphp
@include('partials.searchPanel.main', [
'searchElements' => $searchElements,
'buttonLevel' => 'Search',
])
| SL# |
Warning: Undefined variable $model in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/transfer/index.blade.php on line 60
Fatal error: Uncaught Error: Call to a member function attributes() on null in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/transfer/index.blade.php:60
Stack trace:
#0 {main}
thrown in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/transfer/index.blade.php on line 60
|