@if (customer()?.type === "LEGAL") {
} @else if (customer()?.type === "INDIVIDUAL") {
}
@if (customer()) { }