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

{{getPhrase('select_details')}}

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


@{{class_title}}

@{{class_title_yer_sem}}

{{getPhrase('sno')}} {{getPhrase('name')}} {{getPhrase('enrollment_no')}} {{getPhrase('type')}} {{getPhrase('amount')}} Cr/Dr
@{{$index+1}} @{{user.name}} @{{user.roll_no}} @{{user.student_type}}
{{getPhrase('no_data_available')}}

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