{{ 'product_information' | translate }}
@if(product?.sku){
- {{ 'sku' | translate }}: {{ product?.sku }}
} @if(product?.unit){
- {{ 'unit' | translate }}: {{ product?.unit }}
} @if(product?.sku){
- {{ 'weight' | translate }}: {{ product?.weight }} {{ 'gms' | translate }}
} @if(product?.stock_status){
- {{ 'stock_status' | translate }}: {{ product?.stock_status! | titleCase }}
} @if(product?.quantity! > 0){
- {{ 'quantity' | translate }}: {{ product?.quantity }} {{ 'items_left' | translate }}
} @for(value of product?.external_details; track value) {
- {{ value.key | translate }}: {{ value.value | translate }}
}