@if (currentTheme === 'tailwind') {
profile picture

Shopping cart

Show only discounted items
product picture

{{data.name}}

{{data.description}}
{{data.price | currency}} {{data.originalPrice | currency}} ({{data.discount}})
} @else if (currentTheme === 'bootstrap5.3') {
profile picture

Shopping cart

Show only discounted items
product picture

{{data.name}}

{{data.description}}
{{data.status}} {{data.deliveryType}}
{{data.price | currency}} {{data.originalPrice | currency}} ({{data.discount}})
Quantity
}