@extends('AdminLte.template')
@section('title')
Leave Usage Report
@endsection
@section('ExternalCss')
@parent
@endsection
@section('Content')
{{Config::get('hrms_constants.reports.LEAVE_USAGE_REPORT')}}
{{ Form::open(['action' => 'HrmsRegisterReportController@leaveUsageData','autocomplete' => 'off','id' => 'leaveusagedata']) }}
@endsection
@section('BootstrapModals')
@endsection