diff --git a/resources/views/accounts/template.blade.php b/resources/views/accounts/template.blade.php index 68279299f607..629b582d8e3a 100644 --- a/resources/views/accounts/template.blade.php +++ b/resources/views/accounts/template.blade.php @@ -14,7 +14,7 @@ Former::input('num_days_' . $field) ->addClass('enable-' . $field) ->style('float:left;width:20%') - ->raw() . + ->raw() . Former::select('direction_' . $field) ->addOption(trans('texts.days_before'), REMINDER_DIRECTION_BEFORE) ->addOption(trans('texts.days_after'), REMINDER_DIRECTION_AFTER) @@ -64,10 +64,10 @@