@lang('app.addNewLeaveType')
×
@lang('app.general')
@lang('modules.leaves.entitlement')
@lang('modules.leaves.applicability')
@lang('app.general')
@lang('app.monthlyLeaveType')
@lang('app.yearlyLeaveType')
@lang('app.paid')
@lang('app.unpaid')
@lang('modules.leaves.entitlement')
@lang('modules.leaves.effectiveAfter')
@lang('app.day')
@lang('app.month')
@lang('modules.leaves.ofJoining')
@lang('modules.leaves.unusedLeaves')
@lang('modules.leaves.carryForward')
@lang('modules.leaves.lapse')
@lang('app.paid')
@lang('modules.leaves.applicability')
@lang('app.male')
@lang('app.female')
@lang('app.others')
@foreach (\App\Enums\MaritalStatus::cases() as $status)
{{ $status->label() }}
@endforeach
@foreach ($teams as $team)
{{ $team->team_name }}
@endforeach
@foreach ($designations as $designation)
{{ $designation->name }}
@endforeach
@foreach ($roles as $roles)
{{ $roles->display_name }}
@endforeach