@extends('app-new') @push('head-script') @endpush @push('content-header') @endpush @section('content')
@if ($leaveType)

Allocation Rule

@if ($leaveType->is_carryforward == '1')

Carry Forward Rule

@endif @if ($leaveType->is_comp_off == '1')

Comp Off Rule

@if ($compOffPolicy == 'working_hrs_policy')
@else
@endif
@endif @if ($leaveType->is_cashable == '1')

Encash Rule

@endif
@else @endif
@endsection @push('footer-script') @endpush