Files
opensem/resources/views/Admin/Shop/Articles/partials/prices.blade.php
2021-07-27 22:12:58 +02:00

3 lines
234 B
PHP

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