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

FEE DEPOSIT



{!! Form::open(array('url' => URL_USERS_PAYFEE, 'method' => 'POST', 'novalidate'=>'','name'=>'formPayfee ', 'files'=>'true')) !!}
{{ 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