We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c68695 + 4e8c1e8 commit 6077813Copy full SHA for 6077813
resources/views/notifications/markdown/upcoming-audits.blade.php
@@ -31,7 +31,7 @@
31
| **{{ trans('mail.assigned_to') }}** | {{ e($asset->assignedTo->present()->display_name) }} |
32
@endif
33
@if ($asset->notes)
34
-| **{{ trans('general.notes') }}** | {{ e($asset->notes) }} |
+| **{{ trans('general.notes') }}** | {!! nl2br(e($asset->notes)) !!} |
35
36
| <hr> | <hr> |
37
@endforeach
0 commit comments