@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' => 'select', 'name' => 'status', 'id' => 'status', 'options' => $data['applicationStatus'], 'label' => 'Final Payment Approval Steps:', 'attributes' => ['print_order' => '3']],
['element' => 'custom', 'col' => 2, 'type' => 'select', 'name' => 'jobDuration', 'id' => 'jobDuration', 'options' => $data['job_duration'], 'label' => 'Job Duration:', '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']],
];
@endphp
@include('partials.searchPanel.main', ['searchElements' => $searchElements, 'buttonLevel' => 'Search'])
| SL# |
Warning: Undefined variable $model in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/finalPaymentOld/index.blade.php on line 45
Fatal error: Uncaught Error: Call to a member function attributes() on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/finalPaymentOld/index.blade.php:45
Stack trace:
#0 {main}
thrown in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/finalPaymentOld/index.blade.php on line 45
|