@extends('hr_main') @section('title', '| ' . $data['pageTitle']) @section('content') @php $moduleIdHr = \App\ConstValue::MODULE_ID_HR; $functionCodeGratuity = \App\ConstValue::FUNCTION_CODE_GRATUITY; $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, $functionCodeGratuity, $subFunctionIdCreate)) New @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', ]) {{-- @foreach ($data['model'] as $row) @endforeach --}}
SL# Company Project Month Generate By Approved By Status Action

Warning: Undefined variable $loop in /home/shikkhaplus/public_html/guk_bk/resources/views/hr/gratuity/index.blade.php on line 67

Warning: Attempt to read property "iteration" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/hr/gratuity/index.blade.php on line 67

Warning: Undefined variable $row in /home/shikkhaplus/public_html/guk_bk/resources/views/hr/gratuity/index.blade.php on line 68

Warning: Attempt to read property "company" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/hr/gratuity/index.blade.php on line 68

Warning: Attempt to read property "name" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/hr/gratuity/index.blade.php on line 68

Warning: Undefined variable $row in /home/shikkhaplus/public_html/guk_bk/resources/views/hr/gratuity/index.blade.php on line 69

Warning: Attempt to read property "project" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/hr/gratuity/index.blade.php on line 69

Warning: Attempt to read property "name" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/hr/gratuity/index.blade.php on line 69

Warning: Undefined variable $row in /home/shikkhaplus/public_html/guk_bk/resources/views/hr/gratuity/index.blade.php on line 70

Warning: Attempt to read property "target_month" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/hr/gratuity/index.blade.php on line 70
{{ $row->generateUser->employee->emp_name_english ?? '' }} {{ $row->approvedUser->employee->emp_name_english ?? '' }} @if ($row->status == 'Pending') Pending @endif @if ($row->status == 'Approved') Approved @endif @if (Auth::user()->canSee($moduleIdHr, $functionCodeGratuity, $subFunctionIdCreate)) @endif @if ($row->status == 'Pending') @if (Auth::user()->canSee($moduleIdHr, $functionCodeGratuity, $subFunctionIdDelete)) /home/shikkhaplus/public_html/guk_bk/resources/views/hr/gratuity/index.blade.php on line 92
" class="btn btn-xs btn-danger" title="Delete">
@endif @if (Auth::user()->canSee($moduleIdHr, $functionCodeGratuity, $subFunctionIdApprove)) @endif @endif
{{--
Warning: Undefined variable $data in /home/shikkhaplus/public_html/guk_bk/resources/views/hr/gratuity/index.blade.php on line 107

Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/guk_bk/resources/views/hr/gratuity/index.blade.php on line 107

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