Back

@for (item of list; track item) {

{{ item.name }}

{{ item.price | currency: 'INR' }}
}