Reporte Síntomas Estudiantes
{{ Form::open(array('url' => 'symptomReport/symptom-student-report', 'class' => 'form-signin', 'method' => 'POST','id'=>'excelReportStd')) }}
{{Form::close()}}
Reporte Síntomas Empleados
{{ Form::open(array('url' => 'symptomReport/symptom-employee-report', 'class' => 'form-signin', 'method' => 'POST','id'=>'excelReportEmp')) }}
{{Form::close()}}
{{ HTML::style('css/common/eyelash.css') }}
{{ HTML::script('js/symptomReport/index.js') }}
@endsection