|
New note created by {{ $user->name }}
|
{{--
|
PLEASE DO NOT REPLY TO THIS EMAIL AS IT IS NOT MONITORED
|
--}}
| {{ !empty($typeObj->jobType) ? $typeObj->jobType : '' }} {{ $typeName }} |
@if (!empty($typeObj->jobType))
{{ $typeObj->id }} |
@else
{{ $typeObj->id }} |
@endif
@if (!empty($note->spokeTo))
| Spoke to |
{{ $note->spokeTo }} |
@endif
@if (!empty($note->category))
| Category |
{{ ucwords($note->category) }} |
@endif
| Urgency |
{{ ucwords($note->urgency) }} |
| Note |
{{ $note->note }} |
@if (!empty($note->email))
| Sent to |
{{ $note->email }} |
@endif
|
|
|
@endsection