@extends($layout) @section('header_scripts') @stop @section('content')
{!! Form::open(array('url' => URL_PRINT_CLASSWISE_ATTENDANCE, 'method' => 'POST', 'name'=>'htmlform ','target'=>'_blank', 'id'=>'htmlform', 'novalidate'=>'')) !!}

{{getPhrase('select_details')}}

{{ Form::label('branch_id', getphrase('branch')) }} * {{Form::select('branch_id', $branches, null, ['class'=>'form-control', 'id'=>'branch_id', 'ng-model'=>'branch_id', 'required'=> 'true', 'ng-change' => "getAcademicYears(branch_id)", 'ng-class'=>'{"has-error": htmlform.branch_id.$touched && htmlform.branch_id.$invalid}' ])}}
{!! getValidationMessage()!!}
Search

{{getPhrase('sno')}} {{getPhrase('Class')}} {{getPhrase('Strength')}} {{getPhrase('Present')}} {{getPhrase('Absent')}} {{getPhrase('Leave')}} {{getPhrase('Holiday')}} {{getPhrase('Absent_Student_list')}}
@{{$index+1}} @{{user.course_title}} @{{user.total}} @{{user.present}} @{{user.absent}} @{{user.leave}} @{{user.holiday}} @{{user.users}}
{{getPhrase('no_data_available')}}

Print
{!! Form::close() !!} @stop @section('footer_scripts') @include('attendance.classwise-report.scripts.js-scripts') @stop