diff --git a/resources/views/partials/modules/show/price.blade.php b/resources/views/partials/modules/show/price.blade.php
index f46a89f93..e7ba490e3 100644
--- a/resources/views/partials/modules/show/price.blade.php
+++ b/resources/views/partials/modules/show/price.blade.php
@@ -26,15 +26,7 @@
- @if (!empty($module->is_discount))
- @php
- $price = '' . '$' . $module->raw_monthly_price * 4 . ' ' . '$' . $module->raw_monthly_special_price * 4;
- @endphp
-
- {!! trans('modules.save_year', ['price' => $price]) !!}
- @else
- {!! trans('modules.save_year', ['price' => '$' . $module->raw_monthly_price * 4]) !!}
- @endif
+ {!! trans('modules.save_year', ['price' => '$' . $module->raw_monthly_price * 4]) !!}