@php $categories = ProductCategoryHelper::getProductCategoriesWithUrl(); $categoriesRequest = (array) request()->input('categories', []); $categoryId = Arr::get($categoriesRequest, 0); $coverImage = $store->getMetaData('background', true); @endphp