@extends('layouts.admin.adminlayout') @section('content')
{!! Form::open(array('url' => URL_VIEW_STUDENT_CONSOLIDATE_REPORT, 'method' => 'POST', 'name'=>'studentlist ','target'=>'_blank', 'id'=>'studentlist', 'novalidate'=>'')) !!} @include('common.year-selection-view', array('class'=>'custom-row-6'))

@{{class_title}}

@{{class_title_yer_sem}}

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

{!! Form::close() !!}
{!! Form::open(array('url' => URL_VIEW_STUDENT_CONSOLIDATE_REPORT, 'method' => 'POST', 'name'=>'studentlist ','target'=>'_blank', 'id'=>'studentlist', 'novalidate'=>'')) !!}
{{ Form::label ('search', getphrase('search')) }}

{{getPhrase('image')}} {{getPhrase('name')}} {{getPhrase('roll_no')}} {{getPhrase('admission_no')}} {{getPhrase('class')}} {{getPhrase('year')}}-{{getPhrase('semester')}} {{getPhrase('consolidate_report')}}
@{{myuser.name}} @{{myuser.roll_no}} @{{myuser.admission_no}} @{{myuser.academic_title+' '+myuser.course_title}} @{{myuser.current_year}} - @{{myuser.current_semister}} {{getPhrase('print')}}
{{getPhrase('no_data_available')}}

{!! Form::close() !!}
@endsection @section('footer_scripts') @include('onlinemarks.scripts.js-scripts1') @stop