Kindly be informed that a new sub task comment has been added to the Long Term Project
{{ $getLongTermProject->title ?? 'N/A' }}
Sub Task: {{ $getLongTermProjectSubActivity->sub_activity_name ?? 'N/A' }}
by
{{ trim(($changed_by->name ?? 'System') . ' ' . ($changed_by->last_name ?? '')) }} on
{{ date('Y-m-d h:i:s A') }}.
{{--
Comment: {{ $comment }}
--}}
@else
Kindly be informed that a new comment has been added to the Long Term Project
{{ $getLongTermProject->title ?? 'N/A' }} by
{{ trim(($changed_by->name ?? 'System') . ' ' . ($changed_by->last_name ?? '')) }} on
{{ date('Y-m-d h:i:s A') }}.
{{--
Comment: {{ $comment }}
--}}
@endif
Please log in to the system to review the comment and take any necessary action.
{{ $comment }}