@extends($layout) @section('header_scripts') @stop @section('content')
{!! Form::open(array('url' => URL_ADMISSION_REPORTS, 'method' => 'POST', 'name'=>'htmlform ','target'=>'_blank', 'id'=>'htmlform', 'novalidate'=>'')) !!}

{{$title}}

{{ Form::label('branch_id', getphrase('branch')) }} * {{Form::select('branch_id', $branches, null, ['class'=>'form-control', 'id'=>'branch_id', 'ng-model'=>'branch_id', 'required'=> 'true', 'ng-change' => "getAcademicYears(branch_id)", 'ng-class'=>'{"has-error": htmlform.branch_id.$touched && htmlform.branch_id.$invalid}' ])}}
{!! getValidationMessage()!!}
{{ Form::label('date_from', getphrase('date_from')) }} {{ Form::text('date_from', $value = $date_from , [ 'class'=>'input-sm form-control', 'value' => $date_from, 'placeholder' => $date_from, 'ng-model'=>'date_from', ])}}
{{ Form::label('date_to', getphrase('date_to')) }} {{ Form::text('date_to', $value = $date_to,[ 'class'=>'input-sm form-control', 'placeholder' => $date_to, 'value' => $date_to, 'ng-model'=>'date_to', ]) }}

{{getPhrase('sno')}} {{getPhrase('Name')}} {{getPhrase('Enrollment No')}} {{getPhrase('Date')}} {{getPhrase('mobile')}} {{getPhrase('class')}}