{{ Form::customSelect('style', ['fashion' => __('Fashion'), 'furniture' => __('Furniture')], Arr::get($attributes, 'style')) }}
@foreach(range(1, 3) as $i)
{{ Form::customSelect("key_$i", $ads->pluck('name', 'key')->merge(['' => __('-- Select --')])->sortKeys(), Arr::get($attributes, 'key_' . $i)) }}
@endforeach