@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
| 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 |