File: D:/HostingSpaces/SBogers10/stafa.komma.pro/resources/views/shop/partials/orders/overview.blade.php
<?php
/** @var \App\Komma\Shop\Orders\Models\Order $order */
?>
@include('shop.partials.invoice.invoiceOrderedProducts', ['orderedProducts' => $order->orderedProducts])
@include('shop.partials.invoice.invoiceOrderedProductgroups', ['orderedGroups' => $order->orderedGroups])
@include('shop.partials.invoice.invoiceOrderedProductcomposites', ['orderedProductComposites' => $order->orderedProductComposites])