{{View::make('layout.header')}}
@csrf
@php $hmonth1=date("n-Y", strtotime("-1 months")); $hmonth2=date('n-Y'); $hmonth3=date("n-Y", strtotime("+1 months")); $hmonth =$hmonth2; @endphp         
@include('E-Leave.inc.calender-filter')
{{View::make('layout.footer')}}