From 1a5f89a905909c71dd0651afe32d2695d1450279 Mon Sep 17 00:00:00 2001
From: Hillel Coren
+
@if (! isset($isRefund) || ! $isRefund)
{{ trans('texts.' . $invoice->present()->balanceDueLabel) }}:
-
+
{{ $account->formatMoney($invoice->getRequestedAmount(), $client) }}
@endif
diff --git a/resources/views/emails/design3_html.blade.php b/resources/views/emails/design3_html.blade.php
index dd5c084b9d58..208ba1503547 100644
--- a/resources/views/emails/design3_html.blade.php
+++ b/resources/views/emails/design3_html.blade.php
@@ -38,13 +38,13 @@
@if (! isset($isRefund) || ! $isRefund)
{{ strtoupper(trans('texts.' . $invoice->present()->balanceDueLabel)) }}:
-
+
{{ $account->formatMoney($invoice->getRequestedAmount(), $client) }}
@endif