{!! Form::customSelect('type', ['popular' => __('Popular Posts'), 'recent' => __('Recent Posts')], Arr::get($config, 'type')) !!}
{!! Form::customSelect('style', [ 'in_line' => __('Inline'), 'sidebar' => __('Sidebar'), ], Arr::get($config, 'style')) !!}