@php $types = [ '' => __('Latest'), 'featured' => __('Featured'), 'popular' => __('Popular'), 'recent' => __('Recent'), ]; @endphp
{{ Form::helper(__('Wrapper text into :tag tag to make it highlight.', ['tag' => '<span>text</span>'])) }}
{{ Form::customSelect('type', $types, Arr::get($attributes, 'type')) }}