@extends('AdminLte.template')
@section('title')
Staff Report
@endsection
@section('ExternalCss')
@parent
@endsection
 
@section('Content')
    Staff Report
    {{ Form::open(['action' => 'HrmsRegisterReportController@downloadEmployeeExcel','autocomplete' => 'off','id' => 'birthday']) }}
    
    
        
        
    
    
    
 
@endsection
      
@section('BootstrapModals')
@endsection