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

{{getPhrase('select_details')}}

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

@{{class_title}}

@{{class_title_yer_sem}}

@if(checkRole(['owner'])) @endif @if(checkRole(['owner'])) @endif
{{getPhrase('sno')}} {{getPhrase('name')}} {{getPhrase('enrollment_no')}} {{getPhrase('course')}} {{getPhrase('status')}}{{getPhrase('action')}}
@{{$index+1}} @{{user.name}} @{{user.roll_no}} @{{user.course_title}} {{getPhrase('completed')}} Uncomplit
{{getPhrase('no_data_available')}}

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