accidentally removed a line

This commit is contained in:
Godfrey M
2025-07-23 09:56:19 -07:00
parent 440e969f52
commit b670b2014c

View File

@@ -4,6 +4,8 @@
@endphp
# {{ trans('mail.hello') }}{{ $target->assignedto?->present()->fullName() ? ' ' . $target->assignedto->present()->fullName() . ',' : ',' }}
{{ $introduction_line }}
@if (($snipeSettings->show_images_in_email =='1') && $item->getImageUrl())
<center><img src="{{ $item->getImageUrl() }}" alt="Asset" style="max-width: 570px;"></center>
@endif