diff --git a/resources/views/emails/design2_html.blade.php b/resources/views/emails/design2_html.blade.php index ebc2922e9eef..f4fca0ef6aac 100644 --- a/resources/views/emails/design2_html.blade.php +++ b/resources/views/emails/design2_html.blade.php @@ -39,12 +39,12 @@

-

+

@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