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

{{getPhrase('select_details')}}

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

{{getPhrase('add_total_blank_columns')}}:


@{{class_title}}

@{{class_title_yer_sem}}

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

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