@extends($layout) @section('header_scripts') @stop @section('content')
{!! Form::open(array('url' => URL_PRINT_STRENGTH_STUDENT_LIST, '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('Class')}} {{getPhrase('Old')}} {{getPhrase('New')}} {{getPhrase('strength')}}
@{{$index+1}} @{{user.course_title}} @{{user.old_strength}} @{{user.new_strength}} @{{user.strength}}
Total:- @{{ total_old_strength }} @{{total_new_strength}} @{{total_strength}}
{{getPhrase('no_data_available')}}

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