From 23bf67b69b633545306d2680db1b7e7726c258d3 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