{!! Form::label('theme_color', __('lang_v1.theme_color')); !!} {!! Form::select('theme_color', $theme_colors, $business->theme_color, ['class' => 'form-control select2', 'placeholder' => __('messages.please_select'), 'style' => 'width: 100%;']); !!}