@extends('hr_main') @section('title', '| ' . $data['pageTitle']) @section('content') @php $moduleIdHr = \App\ConstValue::MODULE_ID_HR; $functionCodeGratuityAdjustment = \App\ConstValue::FUNCTION_CODE_GRATUITY_ADJUSTMENT; $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
{!! $data['pageTitle'] !!}
{{-- @if (Auth::user()->canSee($moduleIdHr, $functionCodeGratuityAdjustment, $subFunctionIdCreate)) --}} {{-- @endif --}}
@php $searchElements = [ ['element' => 'project', 'type' => 'text', 'label' => 'Project'], ['element' => 'custom', 'name' => 'month', 'id'=>'activeTill', 'type' => 'text', 'label' => 'Generate Month'] ]; @endphp @include('partials.searchPanel.main', [ 'searchElements' => $searchElements, 'buttonLevel' => 'Search', ])
SL# Company Project Month Status Action
{{--
Fatal error: Uncaught Error: Call to a member function links() on null in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/gratuityAdjustment/index.blade.php:69 Stack trace: #0 {main} thrown in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/gratuityAdjustment/index.blade.php on line 69