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

Transfer Certificate

{!! Form::open(array('url' => URL_GET_TC_DETAILS, 'method' => 'POST', 'novalidate'=>'','name'=>'formTc', 'id'=>'formTc', 'files'=>'true')) !!}
{{ Form::label('roll_no', getphrase('Roll No.')) }} * {{ Form::text('roll_no', $value = null , $attributes = array('class'=>'form-control', 'placeholder' => 'Roll No.','required'=> 'true','autocomplete'=>"off" )) }}
{!! Form::close() !!}
@stop