diff --git a/resources/views/settings/branding.blade.php b/resources/views/settings/branding.blade.php index 5741eb0a68..dcee8027f6 100644 --- a/resources/views/settings/branding.blade.php +++ b/resources/views/settings/branding.blade.php @@ -78,13 +78,11 @@
- + {!! Form::select('brand', [ + '1'=> trans('admin/settings/general.logo_option_types.text'), + '2'=> trans('admin/settings/general.logo_option_types.logo'), + '3'=> trans('admin/settings/general.logo_option_types.logo_and_text')], old('brand', $setting->brand), array('class' => 'form-control select2', 'style'=>'width: 150px ;')) !!} +