@extends('hr_main') @section('title', '| '.$data['pageTitle']) @section('content') @php $moduleIdHr = \App\ConstValue::MODULE_ID_HR; $functionCodeEdpsInterest = \App\ConstValue::FUNCTION_CODE_EDPS_INTEREST; $subFunctionIdCreate = \App\ConstValue::SUB_FUNCTION_ID_CREATE; $subFunctionIdEdit = \App\ConstValue::SUB_FUNCTION_ID_EDIT; $subFunctionIdDelete = \App\ConstValue::SUB_FUNCTION_ID_DELETE; $subFunctionIdView = \App\ConstValue::SUB_FUNCTION_ID_VIEW; $subFunctionIdApprove = \App\ConstValue::SUB_FUNCTION_ID_APPROVE; @endphp
| SL# | Warning: Undefined variable $model in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/edpsInterest/index.blade.php on line 38 Fatal error: Uncaught Error: Call to a member function attributes() on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/edpsInterest/index.blade.php:38 Stack trace: #0 {main} thrown in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/edpsInterest/index.blade.php on line 38 |
|---|