{!! BaseHelper::clean($orderProduct->product_name) !!}
{{ Arr::get($orderProduct->options, 'attributes', '') }}
@if (!empty($orderProduct->product_options) && is_array($orderProduct->product_options)) {!! render_product_options_html($orderProduct->product_options, $orderProduct->price) !!} @endif @include(EcommerceHelper::viewPath('includes.cart-item-options-extras'), [ 'options' => $orderProduct->options, ]){{ format_price($orderProduct->price) }}