{{ Form::hidden('start_date_scy',$schoolYear->start_date_scy, array('id' => 'start_date_scy')) }} {{ Form::hidden('end_date_scy',$schoolYear->end_date_scy, array('id' => 'end_date_scy')) }} {{ Form::hidden('course_director',$crs_dr, array('id' => 'course_director')) }} {{ Form::hidden('employee_teaching',$sbc_emp, array('id' => 'employee_teaching')) }} {{ Form::hidden('serial_prf',$current_profile, array('id' => 'serial_prf')) }}
* Fecha Inicio:
@if($schoolYear->status_scy=="ACTIVE,CURRENT" || $schoolYear->status_scy=="CURRENT,ACTIVE") @else @endif

* Fecha Fin:
@if($schoolYear->status_scy=="ACTIVE,CURRENT" || $schoolYear->status_scy=="CURRENT,ACTIVE") @else @endif

@if($current_profile!=4)
@else @if(count($crs_dr)>0)
@endif @endif @if($current_profile!=4)
@endif @if($current_profile!=4)
@endif
@if($current_profile==4)

@if(count($sbc_emp)>0 || count($lop_emp)>0 ) @endif
@if(count($crs_dr)>0)
@endif
@endif

{{ HTML::script('js/attendanceReport/loads/attendanceReportByHourOrDay.js') }}