Hello {{ htmlspecialchars($recipientName) }}!
You have received a new task. Please review the details below:
| Task: |
{{ htmlspecialchars($taskTitle) }} |
@if (!empty($caseFormName))
| Case: |
{{ htmlspecialchars($caseFormName) }}{{ !empty($caseId) ? ' (Case #' . htmlspecialchars($caseId) . ')' : '' }} |
@endif
| Priority: |
{{ htmlspecialchars(ucfirst($priorityText)) }}
|
@if (!empty($involvedLocationsString))
| Sites involved: |
{{ htmlspecialchars($involvedLocationsString) }} |
@elseif (!empty($siteName))
| Site: |
{{ htmlspecialchars($siteName) }} |
@endif
| Sent by: |
{{ htmlspecialchars($senderName) }} |
|