@extends($layout) @section('header_scripts') @stop @section('content')

{{getPhrase('select_details')}}

{!! Form::open(array('url' => URL_LOAD_STUDENTS_FOR_ASSIGN_BUS, 'method' => 'POST')) !!} @if($is_multibranch) @include('common.year-selection-view', array('class'=>'custom-row-6')) @else @include('transport.year-selection-view', array('class'=>'custom-row-6')) @endif
{!! Form::close() !!} {{--

@{{class_title}}

@{{class_title_yer_sem}}

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

Print
--}}
@stop @section('footer_scripts') @if($is_multibranch) @include('transport.scripts.assign-scripts') @else @include('transport.scripts.assign-scripts-2') @endif @stop