Skip to content

Commit b0f5fe7

Browse files
committed
Merge remote-tracking branch 'origin/develop'
2 parents c675bb7 + fd32585 commit b0f5fe7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

resources/views/notifications/markdown/upcoming-audits.blade.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
@if ($asset->assignedTo)
2626
| **{{ trans('mail.assigned_to') }}** | {{ e($asset->assignedTo->present()->display_name) }} |
2727
@endif
28+
@if ($asset->notes)
29+
| **{{ trans('general.notes') }}** | {{ e($asset->notes) }} |
30+
@endif
2831
| <hr> | <hr> |
2932
@endforeach
3033
</x-mail::table>

0 commit comments

Comments
 (0)