@if (isLoadingPurchase()) {
Cargando compra...
} @else {
@if (checkoutRemainingTime(); as remainingTime) {
Tiempo restante de compra: {{ remainingTime }}
}
}