{!! Form::customSelect('scroll_items', array_combine([6, 7, 8, 9, 10], [6, 7, 8, 9, 10]), Arr::get($attributes, 'scroll_items', 8)) !!}
@php
$categories = ProductCategoryHelper::getAllProductCategories()
->where('status', \Botble\Base\Enums\BaseStatusEnum::PUBLISHED)
->where('parent_id', 0)
->where('parent_id', null)
->loadMissing(['activeChildren']);
@endphp