{{ Form::label('start_date', getphrase('from_date')) }} *
{{ Form::text('start_date', $value = null , $attributes = array( 'class' =>'form-control', 'placeholder' => '2015-07-15', 'id' =>'fdp', )) }}
{{ Form::label('end_date', getphrase('to_date')) }} *
{{ Form::text('end_date', $value = null , $attributes = array( 'class' =>'form-control', 'placeholder' => '2015-07-22', 'id' =>'tdp', )) }}
{{ Form::label('branch_id', getphrase('select_branch')) }} * {{Form::select('branch_id', $branches, null, ['class'=>'form-control select2','placeholder'=>'select', 'ng-model'=>'branch_id', 'required'=> 'true', 'ng-change' => "getStudentDetails(branch_id)", ])}}

{{--

--}}
{{-- --}} {{-- --}}
{{getPhrase('sno')}} {{getPhrase('name')}} {{getPhrase('enrollment_no')}}{{getPhrase('course')}}
@{{$index+1}} @{{user.name}} @{{user.roll_no}}@{{class_title}}