×
{{ Form::open(['action' => 'LeaveRuleController@create', 'id' => 'leaveruleForm', 'autocomplete' => 'off']) }}
Applicability
Leave Type
:
*
Choose here
@foreach ($leaveTypeValues as $key => $select)
{{ $select->leave_type_name }}
@endforeach
Code :
*
{{-- Category
:
*
All
@foreach ($categoryValue as $key => $select)
{{ $select->job_category_name }}
@endforeach
--}}
Salary Type
:
*
CTC
per_hour
stipend
Gender
:
*
Any
Male
Female
Matirial Status :
*
Any
Married
UnMarried
{{--
--}}
Count
{{--
Count Per Year
:
*
--}}
Accrual Flag
:
*
Yes
No
{{--
--}}
Accrual - 1st Year
Accrual Days Year1
:
*
Accrue From
:
*
Date Of Joining
Date Of Confirmation
Accr. Frequency Year1
:
*
Month
Year
Accrual From Year1
:
*
Start
End
{{--
--}}
Accrual General
Accrual Days
:
*
Accr. Frequency :
*
Month
Year
Accrual From :
*
Start
End
As Per :
*
Leave Period
Joining
{{--
--}}
Usage
Allowed In Probation
:
*
Yes
No
Allowed After Month
:
*
Max. Allowed In Month :
*
Backdated Allowed upto Days :
*
Cont. Allowed Minimum :
*
Cont. Allowed Maximum :
*
Holidays Between Leaves :
*
Include
Exclude
Negative Allowed :
*
Yes
No
Weekend Between Leaves :
*
Include
Exclude
Partial Allowed :
*
Yes
No
{{--
--}}
Carryforward
Carry Limit :
*
Encash Limit :
*
Carry Forward :
*
Month
Year
{{ Form::close() }}