@extends('hr_main') @section('title', '| ' . $data['pageTitle']) @section('content') @php $moduleIdHr = \App\ConstValue::MODULE_ID_HR; $functionCodeSecurityInterest = \App\ConstValue::FUNCTION_CODE_SECURITY_DEPOSIT_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
{!! $data['pageTitle'] !!}
@if (Auth::user()->canSee($moduleIdHr, $functionCodeSecurityInterest, $subFunctionIdCreate)) New @endif
@php $searchElements = [['element' => 'project', 'col' => 2, 'attributes' => ['print_order' => '1']], ['element' => 'custom', 'type' => 'text', 'name' => 'fromMonth', 'label' => 'From Month', 'id' => 'fromMonth'], ['element' => 'custom', 'type' => 'text', 'name' => 'toMonth', 'label' => 'To Month', 'id' => 'toMonth']]; @endphp @include('partials.searchPanel.main', [ 'searchElements' => $searchElements, 'buttonLevel' => 'Search', ])
SL# Company Project From Month To Month Generate By Approved By Action
@endsection @section('footerAssets') @endsection