@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 ID', 'id' => 'employeeId'], ['element' => 'custom', 'type' => 'select', 'name' => 'position', 'id' => 'position', 'options' => $data['positions'], 'label' => 'Designation:']]; @endphp @include('partials.searchPanel.main', [ 'searchElements' => $searchElements, 'buttonLevel' => 'Search', ])
SL#
Warning: Undefined variable $model in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/securityMoneyCollection/index.blade.php on line 39

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