{!! Form::open(array( 'url' => 'hr/upcomingPromotionIncrement/show', 'method'=>'get')) !!} {{ csrf_field()}}
{!! Form::label('branch', 'Branch', ['class' => 'control-label']) !!} {!! Form::select('branch', $d__a->branches,$d__a->selectedBranch, ['class' => 'form-control','required'=>'','autocomplete'=>'off']) !!}
{!! Form::label('year', 'Year', ['class' => 'control-label']) !!} {!! Form::select('year', $d__a->yearStack,$d__a->selectedYear, ['class' => 'form-control','required'=>'','autocomplete'=>'off']) !!}
{!! Form::label('month', 'Month', ['class' => 'control-label']) !!} {!! Form::select('month', $d__a->monthStack, $d__a->selectedMonth,['class' => 'form-control', 'required'=>'','autocomplete'=>'off']) !!}
{!! Form::label('submit', 'Action', ['class' => 'control-label']) !!} {!! Form::submit('Search', ['class'=>'btn btn-primary form-control']) !!}
{!! Form::close() !!}