@extends($layout) @section('header_scripts') @stop @section('content')
{!! Form::open(array('url' => URL_PRINT_DETAINED_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('name')}} {{getPhrase('enrollment_no')}} {{getPhrase('course')}} {{getPhrase('status')}}
@{{$index+1}} @{{user.name}} @{{user.roll_no}} @{{user.course_title}} {{getPhrase('detained')}}
{{getPhrase('no_data_available')}}

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