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

{{getPhrase('select_details')}}

@include('common.year-selection-view', array('class'=>'custom-row-6'))

{{getPhrase('sno')}} {{getPhrase('name')}} {{getPhrase('roll_no')}} {{getPhrase('total_class')}} {{getPhrase('present')}} {{getPhrase('absent')}} {{getPhrase('leave')}} {{getPhrase('holiday')}} %
@{{user.sno}} @{{user.name}} @{{user.roll_no}} @{{user.total_classes}} @{{user.present}} @{{user.absent}} @{{user.leave}} @{{user.holiday}}
@{{user.percentage}}%
{{getPhrase('no_data_available')}}

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