@extends('hr_main') @section('title', '| '.$data['pageTitle']) @section('stylesheets') @endsection @section('content') @php $moduleIdHr = \App\ConstValue::MODULE_ID_HR; $functionCodeSalaryGenerate = \App\ConstValue::FUNCTION_CODE_GENERATE_SALARY; $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,$functionCodeSalaryGenerate,$subFunctionIdCreate)) New @endif
{{-- Filter Row --}}
{!! Form::open(['url' => 'hr/salaryGenerate', 'class'=>'form-horizontal', 'method'=>'GET'] ) !!} {{ csrf_field() }}
{!! Form::select('project', $data['projects'] , $data['selectedProjectId'], ['id'=>'filter-project', 'class' => 'select2 form-control']) !!}
{!! Form::select('branch', [] , $data['selectedBranchId'], [ 'id'=>'filter-branch', 'class' => 'select2 form-control']) !!}
{!! Form::select('monthly', ['Enable'=>'Monthly Wise', 'Disable'=>'Without Monthly'], $data['selectedFilterTypeMonthly'], ['id'=>'monthly','class' => 'form-control', 'required'=>'required' ]) !!}
{!! Form::text('target_month', $data['selectedSalaryMonth'] ? date('m-Y',strtotime($data['selectedSalaryMonth'])) :date("m-Y"), ['id'=>'datepicker','class' => 'form-control', 'required'=>'required' ]) !!}
{!! Form::select('status', ['All'=>'All', 'Pending'=>'Pending','Approved'=>'Approved'],$data['selectedStatus'], ['id'=>'status', 'class' => 'form-control select2' ]) !!}

{{ Form::button(' Search', ['type' => 'submit', 'class' => 'btn btn-white btn-icon'] ) }}
{!! Form::close() !!}

@forelse($data['salarySheet'] as $row) @empty @endforelse
SL# Salary Month Company Name Project Name Branch Name Generated Date Generated By Approved By Status Action

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

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

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

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

Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/shikkhaplus/public_html/guk_bk/resources/views/hr/salaryGenerate/index.blade.php on line 110
January, 1970

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

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

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

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

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

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

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

Warning: Attempt to read property "branch" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/hr/salaryGenerate/index.blade.php on line 119

Warning: Attempt to read property "name" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/hr/salaryGenerate/index.blade.php on line 119
-
Warning: Undefined variable $row in /home/shikkhaplus/public_html/guk_bk/resources/views/hr/salaryGenerate/index.blade.php on line 119

Warning: Attempt to read property "branch" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/hr/salaryGenerate/index.blade.php on line 119

Warning: Attempt to read property "branchCode" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/hr/salaryGenerate/index.blade.php on line 119

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

Warning: Attempt to read property "created_at" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/hr/salaryGenerate/index.blade.php on line 122

Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/shikkhaplus/public_html/guk_bk/resources/views/hr/salaryGenerate/index.blade.php on line 122
01-01-1970

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

Warning: Attempt to read property "status" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/hr/salaryGenerate/index.blade.php on line 131
@if(Auth::user()->canSee($moduleIdHr,$functionCodeSalaryGenerate,$subFunctionIdView)) @endif @if ($row->status != 'Approved') @if(Auth::user()->canSee($moduleIdHr,$functionCodeSalaryGenerate,$subFunctionIdApprove)) @endif @endif
Dont found anything.
@endsection @section('footerAssets') @endsection