diff --git a/resources/views/dashboard/widgets/forms/_recent.blade.php b/resources/views/dashboard/widgets/forms/_recent.blade.php index 7f89c7db04..8159a23c38 100644 --- a/resources/views/dashboard/widgets/forms/_recent.blade.php +++ b/resources/views/dashboard/widgets/forms/_recent.blade.php @@ -71,7 +71,7 @@ @include('dashboard.widgets.forms._name') @include('dashboard.widgets.forms._width') - + {!! Form::select('config[order]', [ '' => __('dashboard.widgets.orders.recent'), 'oldest' => __('dashboard.widgets.orders.oldest'),