@extends('layouts.home.site') @section('content')

SCHOOL RESULT



{!! Form::open(array('url' => URL_PRINT_OFFLINE_EXAM_MARKS_REPORT, 'method' => 'POST', 'novalidate'=>'','name'=>'htmlform ', 'id'=>'htmlform')) !!}
{{ Form::label('roll_no', getphrase('TSN No.')) }} * {{ Form::text('roll_no', $value = null , $attributes = array('class'=>'form-control', 'placeholder' => '78546','required'=> 'true','autocomplete'=>"off" )) }}
{!! getValidationMessage()!!}
{{ Form::label('date_of_birth', getphrase('date_of_birth')) }} *
{{ Form::text('date_of_birth', $value = date('Y/m/d') , $attributes = array('class'=>'form-control', 'placeholder' => '2015/07/17', 'id'=>'dp','autocomplete'=>"off" )) }}
{!! Form::close() !!}
@stop @section('footer_scripts') @include('users.student.scripts.online-payfee-js-scripts') @stop