@extends('app-new') @push('head-script') @endpush @push('content-header') @endpush @section('content')
{{-- --}} @if(count($leaveRules) > 0) @foreach($leaveRules as $key => $leaveRule) {{-- --}} @endforeach @endif @if(count($leaveRules) == 0)
No record(s) found!
@endif
Showing {{($leaveRules->currentpage()-1)*$leaveRules->perpage()+1}} to {{(($leaveRules->currentpage()-1)*$leaveRules->perpage())+$leaveRules->count()}} of {{$leaveRules->total()}} entries
{{$leaveRules->appends(request()->except('page'))->links('partials.pagination')}}
@endsection @push('footer-script') @endpush