mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-03 12:47:17 -06:00
8 lines
264 B
PHP
8 lines
264 B
PHP
<div class="{{{$classes}}}">
|
|
<label for="{{{$options['id']}}}" class="col-sm-4 control-label">{{{$label}}}</label>
|
|
<div class="col-sm-8">
|
|
{!! Form::select($name, $list, $selected , $options ) !!}
|
|
@include('form.feedback')
|
|
|
|
</div>
|
|
</div> |