@if(option?.product?.safe_checkout && product()?.safe_checkout){
{{ 'guaranteed_safe_checkout' | translate }}
@if(option?.product?.safe_checkout_image){
![]()
}
} @if(option?.product?.secure_checkout && product()?.secure_checkout){
{{ 'secure_checkout' | translate }}
@if(option?.product?.secure_checkout_image){
![]()
}
}