@extends('AdminLte.template') @section('title') Confirmation Letter @endsection @section('ExternalCss') @parent @endsection @section('Content')
Confirmation Letter
{{ Form::open(['action' => 'HrmsRegisterReportController@ConfirmationLetterOutput','autocomplete' => 'off']) }}
Month/Year :
Submit
@endsection @section('BootstrapModals') @endsection