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