{!! Form::customSelect('flash_sale_id', $flashSales, Arr::get($attributes, 'flash_sale_id')) !!}
@if (is_plugin_active('ads'))
{!! Form::customSelect('ads', AdsManager::getData()->pluck('name', 'key'), Arr::get($attributes, 'ads')) !!}
@endif