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