diff --git a/app/Http/Livewire/PdfSlot.php b/app/Http/Livewire/PdfSlot.php index 91a51e588acd..1a12a4dc68bf 100644 --- a/app/Http/Livewire/PdfSlot.php +++ b/app/Http/Livewire/PdfSlot.php @@ -268,7 +268,7 @@ class PdfSlot extends Component 'line_total' => Number::formatMoney($item->line_total, $this->entity->client ?: $this->entity->vendor), ]; }); - + return $product_items; } diff --git a/resources/views/portal/ninja2020/components/html-viewer.blade.php b/resources/views/portal/ninja2020/components/html-viewer.blade.php index 2841d3a17487..f20885864a6a 100644 --- a/resources/views/portal/ninja2020/components/html-viewer.blade.php +++ b/resources/views/portal/ninja2020/components/html-viewer.blade.php @@ -156,7 +156,7 @@ span {
- {{ strip_tags($entity->public_notes) }} + {!! html_entity_decode($entity->public_notes) !!}
@@ -171,7 +171,7 @@ span {
- {{ strip_tags($entity->terms) }} + {!! html_entity_decode($entity->terms) !!}
@@ -186,7 +186,7 @@ span {
- {{ strip_tags($entity->footer) }} + {!! html_entity_decode($entity->footer) !!}