@include(
'Plugins/Payment/Views/Elements/Product/category_qty',
[
'category' => $category,
'settings' => $settings,
'event' => $event,
'categories_qty' => (isset($categories_qty) ? $categories_qty : null)
]
)
@include(
'Plugins/Payment/Views/Elements/Product/category',
[
'category' => $category,
'products' => (
isset($products->{$category->id}->Products) &&
$products->{$category->id}->Products ?
$products->{$category->id}->Products :
null
)
]
)
{{--
@include(
'Plugins/Payment/Views/Elements/Product/product',
[
'i' => '*'
]
)
--}}
@include(
'Plugins/Payment/Views/Elements/Product/sub_item',
[
'i' => '*'
]
)
@include(
'Plugins/Payment/Views/Elements/Nominal/item',
[
'i' => '*',
'nominals' => $nominals
]
)