@extends($layout) @section('header_scripts') @stop @section('content')
{!! Form::open(array('url' => URL_PRINT_MONTHLY_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','user_slug'=>Auth::user()->slug))
{{ Form::label ('month', getphrase('month')) }} {{ Form::select('month', $month, '', [ 'class' => 'form-control', "id" => "month", "ng-model" => "month", "ng-change" => "getAcademicmonth(month)", ])}}


{{getPhrase('sno')}} {{getPhrase('name')}} {{getPhrase('roll_no')}} @{{ value }}
@{{$index+1}} @{{user.name}} @{{user.roll_no}} @{{ attendance }}
{{getPhrase('no_data_available')}}

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