@extends('AdminLte.template') @section('title') Month Wise Leave Report @endsection @section('ExternalCss') @parent @endsection @section('Content')

Month Wise Leave Report

{{ Form::open(['url' => 'LeaveReport/Monthly','autocomplete' => 'off','id' => 'leaveReportMonthly']) }}
   


{{ Form::close() }}
@if(session()->has('errorMessage'))
× {{ session()->get('errorMessage') }}
@endif
@endsection @section('BootstrapModals') @endsection @section('ExternalJs') @endsection