{{ $product->name }} @if ($product->isOutOfStock()) ({!! $product->stock_status_html !!}) @endif
{{ $cartItem->options['attributes'] ?? '' }}
{{ $option['key'] }}: {{ $option['value'] }}
{{ __('Your cart is empty!') }}