New CC help text.

This commit is contained in:
James Cole
2015-04-03 21:25:04 +02:00
parent 1c04477393
commit 78d04230d5
3 changed files with 16 additions and 1 deletions

View File

@@ -2,6 +2,9 @@
<label for="{{{$options['id']}}}" class="col-sm-4 control-label">{{{$label}}}</label>
<div class="col-sm-8">
{!! Form::select($name, $list, $selected , $options ) !!}
@if(isset($options['helpText']))
<p class="help-block">{{$options['helpText']}}</p>
@endif
@include('form.feedback')
</div>