@extends($layout) @section('header_scripts') @stop @section('custom_div')
@stop @section('content')
{!! Form::open(array('url' => URL_STUDENT_TRANSFERS, 'method' => 'POST', 'name'=>'idCards ','novalidate'=>'')) !!}

{{getPhrase('select_details')}}

@include('common.year-selection-view')
{{ Form::label('is_completed', getphrase('is_completed')) }}
{{ Form::radio('is_completed', 0, true, array('id'=>'free', 'name'=>'is_completed', 'ng-model'=>'is_completed')) }}
{{ Form::radio('is_completed', 1, false, array('id'=>'paid', 'name'=>'is_completed', 'ng-model'=>'is_completed')) }}
{{ Form::label ('to_branch', getphrase('branch')) }} {{ Form::select('to_branch_id', $branches, null, [ 'class' => 'form-control', "id" => "to_branch_id", "ng-model" => "to_branch_id", "ng-change" => "prepareToAcademicYears()" ])}}


{{getPhrase('image')}} {{getPhrase('name')}} {{getPhrase('roll_no')}} {{getPhrase('admission_no')}} {{getPhrase('action')}} {{getPhrase('remarks')}} {{getPhrase('action')}}
@{{user.name}} @{{user.roll_no}} @{{user.admission_no}}
Completed
{{getPhrase('no_users_available')}}

records are selected
{!! Form::close() !!} @stop @section('custom_div_end') @stop @section('footer_scripts') @include('student-promotions.scripts.js-scripts') @stop