@switch (lang()) {
@case ('ru') { <app-guarantee-ru /> }
@case ('en') { <app-guarantee-en /> }
@case ('hy') { <app-guarantee-hy /> }
}