@extends('AdminLte.template') @section('title') Leave Entitlements Report @endsection @section('ExternalCss') @parent @endsection @section('Content')
Leave Entitlements Report
{{ Form::open(['action' => 'HrmsRegisterReportController@LeaveEntLeaveTypeOutput','autocomplete' => 'off']) }}
Leave Type :
Select
@foreach($leaveType as $key =>$leaveType)
@endforeach
Leave Period :
Type
:
Summary
Detail
Employee Name:
Modified:
Submit
{{ Form::close() }}
@endsection @section('BootstrapModals') @endsection @section('ExternalJs') @endsection