{!! Form::customSelect('direction', [ 'center' => __('Center'), 'left' => __('Left'), 'right' => __('Right'), ], Arr::get($config, 'direction')) !!}