@php $type = [ 'popular' => __('Popular Posts'), 'recent' => __('Recent Posts'), ]; @endphp
{!! Form::customSelect('type', $type, Arr::get($config, 'type')) !!}