@include('Shop.Admin.Articles.partials.characteristics')
@include('Shop.Admin.Articles.partials.prices', ['prices' => $prices['prices'] ?? null])
@include('Shop.Admin.Articles.partials.generic_prices', ['generics' => $prices['generics'] ?? null])
@include('Shop.Admin.Articles.partials.shipping')
@include('Shop.Admin.Articles.partials.stock')
@include('Shop.Admin.Articles.partials.seo')