diff --git a/resources/views/portal/invoices/show.blade.php b/resources/views/portal/invoices/show.blade.php index 45b7ec490..75c91a664 100644 --- a/resources/views/portal/invoices/show.blade.php +++ b/resources/views/portal/invoices/show.blade.php @@ -222,7 +222,7 @@ @if ($invoice->notes)

{{ trans_choice('general.notes', 2) }}

-

{{ $invoice->notes }}

+

{{ $invoice->notes }}

@endif @@ -268,38 +268,40 @@ @stack('card_footer_start') -