سفارش‌ها
@if (!inOrderGoods().length) {
هیچ سفارشی ثبت نشده است.
} @else {
@for (inOrderGood of inOrderGoods(); track inOrderGood.id) { @if (inOrderGood.good.pricing_model === "GOLD") { } @else { } }
}

@defer (when isVisibleCustomerForm()) { } @defer (when isVisiblePaymentForm()) { }