@extends('hr_main') @section('title', '| ' . $data['pageTitle']) @section('content')

{!! $data['pageTitle'] !!}

@php $searchElements = [ ['element' => 'branchId', 'col' => 2, 'name' => 'branchId', 'attributes' => ['print_order' => '1']], ['element' => 'custom', 'type' => 'text', 'name' => 'employeeId', 'label' => 'Employee Name/ID', 'id' => 'employeeId'], ['element' => 'status', 'options'=>[''=> 'All','Active' => 'Active', 'Pending' => 'Pending', 'Previous' => 'Previous'], 'col' => 1, 'name' => 'status'] ] @endphp @include('partials.searchPanel.main', [ 'searchElements' => $searchElements, 'buttonLevel' => 'Search', ])
SL# Branch
Warning: Undefined variable $model in /home/shikkhaplus/public_html/guk_bk/resources/views/hr/increment/index.blade.php on line 55

Fatal error: Uncaught Error: Call to a member function attributes() on null in /home/shikkhaplus/public_html/guk_bk/resources/views/hr/increment/index.blade.php:55 Stack trace: #0 {main} thrown in /home/shikkhaplus/public_html/guk_bk/resources/views/hr/increment/index.blade.php on line 55