@extends('app-new') @push('head-script') @endpush @push('content-header') @endpush @section('content')
{{-- loader --}}
loading...
{{-- Credit Rule --}}

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
{{-- Debit Rule --}}
is_sandwich) && $leaveRule->is_sandwich == '1') checked @endif>
can_club) && $leaveRule->can_club == '1') checked @endif>



{{-- Debit Rule --}}
{{-- --}} @if (count($leaveAllocations) > 0) @foreach ($leaveAllocations as $key => $leaveAllocation) {{-- --}} @endforeach @endif @if (count($leaveAllocations) == 0)
No record(s) found!
@endif
Showing {{ ($leaveAllocations->currentpage() - 1) * $leaveAllocations->perpage() + 1 }} to {{ ($leaveAllocations->currentpage() - 1) * $leaveAllocations->perpage() + $leaveAllocations->count() }} of {{ $leaveAllocations->total() }} entries
{{ $leaveAllocations->appends(request()->except('page'))->links('partials.pagination') }}
Filter
@endsection @push('footer-script')